Skip to content

Commit 24597ec

Browse files
committed
Add link to clippy::thread_local_initializer_can_be_made_const bug report
rust-lang/rust-clippy#12404
1 parent 3ad1bd3 commit 24597ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/repr_packed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// https://github.com/rust-lang/rust/pull/82525
55
#![allow(unknown_lints, renamed_and_removed_lints)]
66
#![forbid(unaligned_references, safe_packed_borrows)]
7-
#![allow(clippy::thread_local_initializer_can_be_made_const)] // clippy bug: this lint doesn't consider MSRV
7+
#![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
88

99
use std::cell::Cell;
1010

0 commit comments

Comments
 (0)