Rollup merge of #21280 - timparenti:old-guide-stub-grammar, r=alexcrichton
This removes the extra "the" from the phrase "the the Rust Programming Language book", which isn't particularly grammatical, in stub documents introduced in #20802 to direct users from the old guides to the corresponding sections of the book.
This commit is contained in:
commit
9db869b348
12 changed files with 12 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
|||
% The (old) Rust Crates and Modules Guide
|
||||
|
||||
This content has moved into the
|
||||
This content has moved into
|
||||
[the Rust Programming Language book](book/crates-and-modules.html).
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
% Error Handling in Rust
|
||||
|
||||
This content has moved into the
|
||||
This content has moved into
|
||||
[the Rust Programming Language book](book/error-handling.html).
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
% The (old) Rust Foreign Function Interface Guide
|
||||
|
||||
This content has moved into the
|
||||
This content has moved into
|
||||
[the Rust Programming Language book](book/ffi.html).
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
% The (old) Rust Macros Guide
|
||||
|
||||
This content has moved into the
|
||||
This content has moved into
|
||||
[the Rust Programming Language book](book/macros.html).
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
% The (old) Rust Ownership Guide
|
||||
|
||||
This content has moved into the
|
||||
This content has moved into
|
||||
[the Rust Programming Language book](book/ownership.html).
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
% The (old) Rust Compiler Plugins Guide
|
||||
|
||||
This content has moved into the
|
||||
This content has moved into
|
||||
[the Rust Programming Language book](book/plugins.html).
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
% The (old) Rust Pointer Guide
|
||||
|
||||
This content has moved into the
|
||||
This content has moved into
|
||||
[the Rust Programming Language book](book/pointers.html).
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
% The (old) Guide to Rust Strings
|
||||
|
||||
This content has moved into the
|
||||
This content has moved into
|
||||
[the Rust Programming Language book](book/strings.html).
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
% The (old) Rust Threads and Communication Guide
|
||||
|
||||
This content has moved into the
|
||||
This content has moved into
|
||||
[the Rust Programming Language book](book/tasks.html).
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
% The (old) Rust Testing Guide
|
||||
|
||||
This content has moved into the
|
||||
This content has moved into
|
||||
[the Rust Programming Language book](book/testing.html).
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
% Writing Safe Low-level and Unsafe Code in Rust
|
||||
|
||||
This content has moved into the
|
||||
This content has moved into
|
||||
[the Rust Programming Language book](book/unsafe.html).
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
% The (old) Rust Guide
|
||||
|
||||
This content has moved into the
|
||||
This content has moved into
|
||||
[the Rust Programming Language book](book/README.html).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue