We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22da4e1 commit c6ba94dCopy full SHA for c6ba94d
src/lib.rs
@@ -54,7 +54,7 @@ include!(concat!(env!("OUT_DIR"), "/version.rs"));
54
// Rust code, we model these thread locals as a stack, so we can always
55
// restore the previous version.
56
thread_local! {
57
- #[allow(clippy::thread_local_initializer_can_be_made_const)]
+ #[allow(clippy::missing_const_for_thread_local)]
58
pub(crate) static USERDATA: RefCell<Vec<Userdata>> = RefCell::new(Vec::new());
59
}
60
0 commit comments