We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad1bd3 commit 24597ecCopy full SHA for 24597ec
tests/repr_packed.rs
@@ -4,7 +4,7 @@
4
// https://github.com/rust-lang/rust/pull/82525
5
#![allow(unknown_lints, renamed_and_removed_lints)]
6
#![forbid(unaligned_references, safe_packed_borrows)]
7
-#![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
8
9
use std::cell::Cell;
10
0 commit comments