We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efdadb commit cf34ad9Copy full SHA for cf34ad9
clippy_lints/src/static_mut.rs
@@ -55,6 +55,6 @@ impl EarlyLintPass for StaticMut {
55
"declaration of static mut",
56
None,
57
"remove the `mut` and use a type with interior mutibability that implements `Sync`, such as `std::sync::Mutex`",
58
- )
+ );
59
}
60
0 commit comments