pull/10/head
Pascal Hertleif 9 years ago committed by Manish Goregaokar
parent 56d92f5fdc
commit 9e0c0eefe9

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

Loading…
Cancel
Save