Skip to content

Commit 4e8469b

Browse files
committed
❌ Remove unaligned_references
lint `unaligned_references` has been removed: converted into hard error, see issue #82523 <rust-lang/rust#82523> for more information
1 parent 0fef455 commit 4e8469b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#![warn(single_use_lifetimes)]
3333
#![warn(trivial_casts)]
3434
#![warn(trivial_numeric_casts)]
35-
#![warn(unaligned_references)]
3635
// conflicts with the `clippy::redundant_pub_crate`
3736
#![allow(unreachable_pub)]
3837
// !!! NO UNSAFE

0 commit comments

Comments
 (0)