Skip to content

Commit

Permalink
Ignore clippy::thread_local_initializer_can_be_made_const lint
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 20, 2024
1 parent f9f8e69 commit 0fa6a1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions futures-executor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
)
))]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![allow(clippy::thread_local_initializer_can_be_made_const)] // clippy bug: this lint doesn't consider MSRV

#[cfg(feature = "std")]
mod local_pool;
Expand Down

0 comments on commit 0fa6a1a

Please sign in to comment.