Skip to content

Commit

Permalink
Rename static_mut_refs file to plural
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
traviscross committed Sep 3, 2024
1 parent eeba2cb commit b3ca7ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
- [Newly unsafe functions](rust-2024/newly-unsafe-functions.md)
- [`unsafe_op_in_unsafe_fn` warning](rust-2024/unsafe-op-in-unsafe-fn.md)
- [RPIT lifetime capture rules](rust-2024/rpit-lifetime-capture.md)
- [Disallow references to `static mut`](rust-2024/static-mut-reference.md)
- [Disallow references to `static mut`](rust-2024/static-mut-references.md)
- [Cargo: Remove implicit features](rust-2024/cargo-remove-implicit-features.md)
- [Cargo: Table and key name consistency](rust-2024/cargo-table-key-names.md)
- [Cargo: Reject unused inherited default-features](rust-2024/cargo-inherited-default-features.md)
Expand Down
File renamed without changes.

0 comments on commit b3ca7ad

Please sign in to comment.