We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfacabc commit d93fb02Copy full SHA for d93fb02
src/doc/nomicon/vec.md
@@ -2,7 +2,7 @@
2
3
To bring everything together, we're going to write `std::Vec` from scratch.
4
Because all the best tools for writing unsafe code are unstable, this
5
-project will only work on nightly (as of Rust 1.2.0). With the exception of the
+project will only work on nightly (as of Rust 1.9.0). With the exception of the
6
allocator API, much of the unstable code we'll use is expected to be stabilized
7
in a similar form as it is today.
8
0 commit comments