Skip to content

Commit

Permalink
Don't emit errors if deprecated fields fail to deserialize (#703)
Browse files Browse the repository at this point in the history
Closes: #696
  • Loading branch information
Jake-Shadle authored Sep 20, 2024
1 parent 89fe62f commit 69f1f59
Show file tree
Hide file tree
Showing 8 changed files with 196 additions and 229 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ rustflags = [
# do not change or add/remove here, but one can add exceptions after this section
# for more info see: <https://github.com/EmbarkStudios/rust-ecosystem/issues/59>
"-Dunsafe_code",
"-Wunexpected_cfgs",
"-Wclippy::all",
"-Wclippy::await_holding_lock",
"-Wclippy::char_lit_as_u8",
Expand Down Expand Up @@ -44,7 +45,6 @@ rustflags = [
"-Wclippy::match_wild_err_arm",
"-Wclippy::match_wildcard_for_single_variants",
"-Wclippy::mem_forget",
"-Wclippy::mismatched_target_os",
"-Wclippy::missing_enforced_import_renames",
"-Wclippy::mut_mut",
"-Wclippy::mutex_integer",
Expand Down
Loading

0 comments on commit 69f1f59

Please sign in to comment.