Skip to content

Commit

Permalink
❌ Remove unaligned_references
Browse files Browse the repository at this point in the history
lint `unaligned_references` has been removed: converted into hard error, see issue #82523 <rust-lang/rust#82523> for more information
  • Loading branch information
AminoffZ committed Aug 25, 2023
1 parent 0fef455 commit 4e8469b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#![warn(single_use_lifetimes)]
#![warn(trivial_casts)]
#![warn(trivial_numeric_casts)]
#![warn(unaligned_references)]
// conflicts with the `clippy::redundant_pub_crate`
#![allow(unreachable_pub)]
// !!! NO UNSAFE
Expand Down

0 comments on commit 4e8469b

Please sign in to comment.