Skip to content

Commit

Permalink
enable missing_const_for_thread_local lint, now checks for MSRV (see r…
Browse files Browse the repository at this point in the history
  • Loading branch information
hkratz committed Sep 14, 2024
1 parent 9a7f63e commit a11a808
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion futures-executor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
))]
#![warn(missing_docs, unsafe_op_in_unsafe_fn)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![allow(clippy::missing_const_for_thread_local)] // clippy bug: this lint doesn't consider MSRV

#[cfg(feature = "std")]
extern crate std;
Expand Down

0 comments on commit a11a808

Please sign in to comment.