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 857bce2 commit 7ba055b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helper/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
clippy::incompatible_msrv,
clippy::missing_panics_doc,
clippy::new_without_default,
clippy::thread_local_initializer_can_be_made_const, // clippy bug: this lint doesn't consider MSRV
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
clippy::undocumented_unsafe_blocks
)]

Expand Down

0 comments on commit 7ba055b

Please sign in to comment.