Skip to content

Commit cf34ad9

Browse files
lolbinarycatllogiq
andauthored
Update clippy_lints/src/static_mut.rs
Co-authored-by: llogiq <[email protected]>
1 parent 7efdadb commit cf34ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/static_mut.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ impl EarlyLintPass for StaticMut {
5555
"declaration of static mut",
5656
None,
5757
"remove the `mut` and use a type with interior mutibability that implements `Sync`, such as `std::sync::Mutex`",
58-
)
58+
);
5959
}
6060
}

0 commit comments

Comments
 (0)