Skip to content

Commit 69f1f59

Browse files
authored
Don't emit errors if deprecated fields fail to deserialize (#703)
Closes: #696
1 parent 89fe62f commit 69f1f59

File tree

8 files changed

+196
-229
lines changed

8 files changed

+196
-229
lines changed

.cargo/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ rustflags = [
44
# do not change or add/remove here, but one can add exceptions after this section
55
# for more info see: <https://github.com/EmbarkStudios/rust-ecosystem/issues/59>
66
"-Dunsafe_code",
7+
"-Wunexpected_cfgs",
78
"-Wclippy::all",
89
"-Wclippy::await_holding_lock",
910
"-Wclippy::char_lit_as_u8",
@@ -44,7 +45,6 @@ rustflags = [
4445
"-Wclippy::match_wild_err_arm",
4546
"-Wclippy::match_wildcard_for_single_variants",
4647
"-Wclippy::mem_forget",
47-
"-Wclippy::mismatched_target_os",
4848
"-Wclippy::missing_enforced_import_renames",
4949
"-Wclippy::mut_mut",
5050
"-Wclippy::mutex_integer",

0 commit comments

Comments
 (0)