We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91dbca4 + 795fda3 commit e1eead1Copy full SHA for e1eead1
src/rust-2024/static-mut-reference.md
@@ -4,10 +4,10 @@
4
5
## Summary
6
7
-- The [`static_mut_ref`] lint is now a hard error that cannot be disabled.
+- The [`static_mut_refs`] lint is now a hard error that cannot be disabled.
8
This prevents taking a shared or mutable reference to a `static mut`.
9
10
-[`static_mut_ref`]: ../../rustc/lints/listing/warn-by-default.html#static-mut-ref
+[`static_mut_refs`]: ../../rustc/lints/listing/warn-by-default.html#static-mut-refs
11
12
## Details
13
0 commit comments