Skip to content

Commit 0fa6a1a

Browse files
committed
Ignore clippy::thread_local_initializer_can_be_made_const lint
1 parent f9f8e69 commit 0fa6a1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

futures-executor/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
)
4747
))]
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
4950

5051
#[cfg(feature = "std")]
5152
mod local_pool;

0 commit comments

Comments
 (0)