Skip to content

Commit b3ca7ad

Browse files
committed
Rename static_mut_refs file to plural
The page for the `static_mut_refs` change had been named `static-mut-reference.md`. Naming this in the plural would be more consistent with other pages, so let's do that.
1 parent eeba2cb commit b3ca7ad

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
- [Newly unsafe functions](rust-2024/newly-unsafe-functions.md)
4444
- [`unsafe_op_in_unsafe_fn` warning](rust-2024/unsafe-op-in-unsafe-fn.md)
4545
- [RPIT lifetime capture rules](rust-2024/rpit-lifetime-capture.md)
46-
- [Disallow references to `static mut`](rust-2024/static-mut-reference.md)
46+
- [Disallow references to `static mut`](rust-2024/static-mut-references.md)
4747
- [Cargo: Remove implicit features](rust-2024/cargo-remove-implicit-features.md)
4848
- [Cargo: Table and key name consistency](rust-2024/cargo-table-key-names.md)
4949
- [Cargo: Reject unused inherited default-features](rust-2024/cargo-inherited-default-features.md)

0 commit comments

Comments
 (0)