Skip to content

Commit

Permalink
Update The Book to latest
Browse files Browse the repository at this point in the history
Let's check out rust-lang/book#1505 on nightly
  • Loading branch information
steveklabnik committed Sep 18, 2018
1 parent 79fcc58 commit e3d0d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book
Submodule book updated 58 files
+4 −0 2018-edition/book.toml
+33 −0 2018-edition/ferris.css
+51 −0 2018-edition/ferris.js
+13 −2 2018-edition/src/ch00-00-introduction.md
+1 −1 2018-edition/src/ch02-00-guessing-game-tutorial.md
+2 −2 2018-edition/src/ch03-01-variables-and-mutability.md
+1 −1 2018-edition/src/ch03-02-data-types.md
+2 −2 2018-edition/src/ch03-03-how-functions-work.md
+2 −2 2018-edition/src/ch03-05-control-flow.md
+1 −1 2018-edition/src/ch04-01-what-is-ownership.md
+4 −4 2018-edition/src/ch04-02-references-and-borrowing.md
+1 −1 2018-edition/src/ch04-03-slices.md
+1 −1 2018-edition/src/ch05-01-defining-structs.md
+1 −1 2018-edition/src/ch05-02-example-structs.md
+1 −1 2018-edition/src/ch06-01-defining-an-enum.md
+1 −1 2018-edition/src/ch06-02-match.md
+1 −1 2018-edition/src/ch07-01-mod-and-the-filesystem.md
+1 −1 2018-edition/src/ch07-02-controlling-visibility-with-pub.md
+1 −1 2018-edition/src/ch07-03-importing-names-with-use.md
+2 −2 2018-edition/src/ch08-01-vectors.md
+2 −2 2018-edition/src/ch08-02-strings.md
+3 −1 2018-edition/src/ch08-03-hash-maps.md
+2 −2 2018-edition/src/ch09-01-unrecoverable-errors-with-panic.md
+0 −1 2018-edition/src/ch09-02-recoverable-errors-with-result.md
+1 −1 2018-edition/src/ch09-03-to-panic-or-not-to-panic.md
+2 −2 2018-edition/src/ch10-01-syntax.md
+1 −1 2018-edition/src/ch10-02-traits.md
+5 −5 2018-edition/src/ch10-03-lifetime-syntax.md
+6 −6 2018-edition/src/ch11-01-writing-tests.md
+1 −1 2018-edition/src/ch11-02-running-tests.md
+1 −1 2018-edition/src/ch12-02-reading-a-file.md
+4 −4 2018-edition/src/ch13-01-closures.md
+1 −1 2018-edition/src/ch13-02-iterators.md
+1 −1 2018-edition/src/ch15-01-box.md
+1 −1 2018-edition/src/ch15-02-deref.md
+1 −1 2018-edition/src/ch15-03-drop.md
+1 −1 2018-edition/src/ch15-04-rc.md
+3 −3 2018-edition/src/ch15-05-interior-mutability.md
+2 −2 2018-edition/src/ch16-01-threads.md
+1 −1 2018-edition/src/ch16-02-message-passing.md
+3 −3 2018-edition/src/ch16-03-shared-state.md
+2 −2 2018-edition/src/ch17-02-trait-objects.md
+1 −1 2018-edition/src/ch18-01-all-the-places-for-patterns.md
+2 −2 2018-edition/src/ch18-02-refutability.md
+2 −2 2018-edition/src/ch18-03-pattern-syntax.md
+8 −8 2018-edition/src/ch19-01-unsafe-rust.md
+4 −4 2018-edition/src/ch19-02-advanced-lifetimes.md
+1 −1 2018-edition/src/ch19-03-advanced-traits.md
+2 −2 2018-edition/src/ch19-04-advanced-types.md
+1 −1 2018-edition/src/ch19-05-advanced-functions-and-closures.md
+13 −13 2018-edition/src/ch20-02-multithreaded.md
+2 −2 2018-edition/src/ch20-03-graceful-shutdown-and-cleanup.md
+72 −0 2018-edition/src/img/ferris/does_not_compile.svg
+75 −0 2018-edition/src/img/ferris/not_desired_behavior.svg
+70 −0 2018-edition/src/img/ferris/panics.svg
+291 −0 2018-edition/src/img/ferris/unsafe.svg
+18 −18 second-edition/src/ch11-01-writing-tests.md
+1 −1 second-edition/src/ch20-03-graceful-shutdown-and-cleanup.md

0 comments on commit e3d0d0f

Please sign in to comment.