We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f56c9ae + 4a924a5 commit b0e84edCopy full SHA for b0e84ed
src/SUMMARY.md
@@ -54,7 +54,7 @@
54
- [`gen` keyword](rust-2024/gen-keyword.md)
55
- [Reserved syntax](rust-2024/reserved-syntax.md)
56
- [Standard library](rust-2024/standard-library.md)
57
- - [Additions to the prelude](rust-2024/prelude.md)
+ - [Changes to the prelude](rust-2024/prelude.md)
58
- [Add `IntoIterator` for `Box<[T]>`](rust-2024/intoiterator-box-slice.md)
59
- [Newly unsafe functions](rust-2024/newly-unsafe-functions.md)
60
- [Cargo](rust-2024/cargo.md)
src/rust-2024/prelude.md
@@ -1,4 +1,4 @@
1
-# Additions to the prelude
+# Changes to the prelude
2
3
## Summary
4
0 commit comments