Skip to content

Commit

Permalink
Merge pull request #348 from ehuss/prelude-additions
Browse files Browse the repository at this point in the history
Re-title "Additions to the prelude"
  • Loading branch information
traviscross authored Dec 17, 2024
2 parents f56c9ae + 4a924a5 commit b0e84ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
- [`gen` keyword](rust-2024/gen-keyword.md)
- [Reserved syntax](rust-2024/reserved-syntax.md)
- [Standard library](rust-2024/standard-library.md)
- [Additions to the prelude](rust-2024/prelude.md)
- [Changes to the prelude](rust-2024/prelude.md)
- [Add `IntoIterator` for `Box<[T]>`](rust-2024/intoiterator-box-slice.md)
- [Newly unsafe functions](rust-2024/newly-unsafe-functions.md)
- [Cargo](rust-2024/cargo.md)
Expand Down
2 changes: 1 addition & 1 deletion src/rust-2024/prelude.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Additions to the prelude
# Changes to the prelude

## Summary

Expand Down

0 comments on commit b0e84ed

Please sign in to comment.