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.
1 parent a9143a8 commit 0f92455Copy full SHA for 0f92455
vec.md
@@ -1,7 +1,7 @@
1
% Example: Implementing Vec
2
3
To bring everything together, we're going to write `std::Vec` from scratch.
4
-Because the all the best tools for writing unsafe code are unstable, this
+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).
6
7
0 commit comments