We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7f63e commit a11a808Copy full SHA for a11a808
futures-executor/src/lib.rs
@@ -46,7 +46,6 @@
46
))]
47
#![warn(missing_docs, unsafe_op_in_unsafe_fn)]
48
#![cfg_attr(docsrs, feature(doc_cfg))]
49
-#![allow(clippy::missing_const_for_thread_local)] // clippy bug: this lint doesn't consider MSRV
50
51
#[cfg(feature = "std")]
52
extern crate std;
0 commit comments