This commit is contained in:
Pascal Hertleif 2015-06-25 11:24:14 +02:00
parent a9143a8e2a
commit 0f924555e5

2
vec.md
View file

@ -1,7 +1,7 @@
% Example: Implementing Vec
To bring everything together, we're going to write `std::Vec` from scratch.
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
project will only work on nightly (as of Rust 1.2.0).