Skip to content

Commit 39e5f27

Browse files
committed
clippy: enable missing_const_for_thread_local lint, now checks for MSRV (see rust-lang/rust-clippy#12404)
1 parent 31ae9d9 commit 39e5f27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

futures-executor/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
))]
4747
#![warn(missing_docs, unsafe_op_in_unsafe_fn)]
4848
#![cfg_attr(docsrs, feature(doc_cfg))]
49-
#![allow(clippy::thread_local_initializer_can_be_made_const)] // clippy bug: this lint doesn't consider MSRV
5049

5150
#[cfg(feature = "std")]
5251
extern crate std;

0 commit comments

Comments
 (0)