point 2018 book redirects to existing pages instead of index

This commit is contained in:
Fedor Golishevskiy 2019-04-14 04:23:30 +03:00
parent d97c439557
commit 506c9f12d4
97 changed files with 97 additions and 97 deletions

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../appendix-00.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../appendix-01-keywords.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../appendix-02-operators.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../appendix-03-derivable-traits.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../appendix-04-useful-development-tools.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../appendix-05-editions.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../appendix-06-translation.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../appendix-07-nightly-rust.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch00-00-introduction.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch01-00-getting-started.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch01-01-installation.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch01-02-hello-world.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch01-03-hello-cargo.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch02-00-guessing-game-tutorial.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch03-00-common-programming-concepts.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch03-01-variables-and-mutability.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch03-02-data-types.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch03-03-how-functions-work.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch03-04-comments.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch03-05-control-flow.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch04-00-understanding-ownership.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch04-01-what-is-ownership.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch04-02-references-and-borrowing.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch04-03-slices.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch05-00-structs.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch05-01-defining-structs.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch05-02-example-structs.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch05-03-method-syntax.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch06-00-enums.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch06-01-defining-an-enum.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch06-02-match.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch06-03-if-let.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch08-00-common-collections.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch08-01-vectors.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch08-02-strings.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch08-03-hash-maps.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch09-00-error-handling.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch09-01-unrecoverable-errors-with-panic.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch09-02-recoverable-errors-with-result.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch09-03-to-panic-or-not-to-panic.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch10-00-generics.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch10-01-syntax.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch10-02-traits.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch10-03-lifetime-syntax.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch11-00-testing.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch11-01-writing-tests.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch11-02-running-tests.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch11-03-test-organization.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch12-00-an-io-project.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch12-01-accepting-command-line-arguments.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch12-02-reading-a-file.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch12-03-improving-error-handling-and-modularity.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch12-04-testing-the-librarys-functionality.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch12-05-working-with-environment-variables.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch12-06-writing-to-stderr-instead-of-stdout.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch13-00-functional-features.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch13-01-closures.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch13-02-iterators.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch13-03-improving-our-io-project.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch13-04-performance.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch14-00-more-about-cargo.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch14-01-release-profiles.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch14-02-publishing-to-crates-io.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch14-03-cargo-workspaces.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch14-04-installing-binaries.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch14-05-extending-cargo.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch15-00-smart-pointers.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch15-01-box.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch15-02-deref.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch15-03-drop.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch15-04-rc.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch15-05-interior-mutability.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch15-06-reference-cycles.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch16-00-concurrency.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch16-01-threads.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch16-02-message-passing.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch16-03-shared-state.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch16-04-extensible-concurrency-sync-and-send.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch17-00-oop.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch17-01-what-is-oo.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch17-02-trait-objects.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch17-03-oo-design-patterns.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch18-00-patterns.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch18-01-all-the-places-for-patterns.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch18-02-refutability.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch18-03-pattern-syntax.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch19-00-advanced-features.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch19-01-unsafe-rust.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch19-03-advanced-traits.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch19-04-advanced-types.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch19-05-advanced-functions-and-closures.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch19-06-macros.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch20-00-final-project-a-web-server.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch20-01-single-threaded.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch20-02-multithreaded.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../ch20-03-graceful-shutdown-and-cleanup.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust

View File

@ -3,7 +3,7 @@
The 2018 edition of the book is no longer distributed with Rust's documentation.
If you came here via a link or web search, you may want to check out [the current
version of the book](../index.html) instead.
version of the book](../foreword.html) instead.
If you have an internet connection, you can [find a copy distributed with
Rust