Skip to content

Commit a11a808

Browse files
committed
enable missing_const_for_thread_local lint, now checks for MSRV (see rust-lang/rust-clippy#12404)
1 parent 9a7f63e commit a11a808

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

futures-executor/src/lib.rs

-1
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::missing_const_for_thread_local)] // clippy bug: this lint doesn't consider MSRV
5049

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

0 commit comments

Comments
 (0)