Skip to content

Commit

Permalink
Add link to clippy::thread_local_initializer_can_be_made_const bug re…
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Mar 3, 2024
1 parent 3ad1bd3 commit 24597ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/repr_packed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// 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
#![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 24597ec

Please sign in to comment.