Skip to content

Commit

Permalink
Remove no longer necessary allowed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Mar 15, 2024
1 parent 226cad2 commit 9f3cb5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/repr_packed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// https://github.com/rust-lang/rust/pull/82525
#![allow(unknown_lints, renamed_and_removed_lints)]
#![forbid(unaligned_references, safe_packed_borrows)]
#![allow(clippy::thread_local_initializer_can_be_made_const)] // clippy bug: this lint doesn't consider MSRV: https://github.com/rust-lang/rust-clippy/issues/12404

use std::cell::Cell;

Expand Down

0 comments on commit 9f3cb5a

Please sign in to comment.