Skip to content

Commit

Permalink
Allow unused qualifications for Rust-1.80 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Aug 6, 2024
1 parent ed9e3a9 commit 74e61d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
trivial_casts,
trivial_numeric_casts,
//unused,
unused_qualifications,
//unused_qualifications, // required for `mem::size_of`
rust_2018_compatibility,
rust_2018_idioms,
future_incompatible,
Expand Down

0 comments on commit 74e61d5

Please sign in to comment.