Skip to content

Commit

Permalink
Rollup merge of rust-lang#32629 - mbrubeck:nomicon-version, r=stevekl…
Browse files Browse the repository at this point in the history
…abnik

Update Rust version in the Rustonomicon Vec chapter

I verified that the final code compiles in Rust 1.9.0-nightly.

r? @steveklabnik
  • Loading branch information
Manishearth committed Apr 1, 2016
2 parents d7429f1 + d93fb02 commit 70ae2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/nomicon/vec.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

To bring everything together, we're going to write `std::Vec` from scratch.
Because all the best tools for writing unsafe code are unstable, this
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
allocator API, much of the unstable code we'll use is expected to be stabilized
in a similar form as it is today.

Expand Down

0 comments on commit 70ae2a1

Please sign in to comment.