Skip to content

Grammar tweak to old guide stub documents. #21280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 21, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/doc/guide-crates.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion src/doc/guide-error-handling.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion src/doc/guide-ffi.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion src/doc/guide-macros.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion src/doc/guide-ownership.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion src/doc/guide-plugins.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion src/doc/guide-pointers.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion src/doc/guide-strings.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion src/doc/guide-tasks.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion src/doc/guide-testing.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion src/doc/guide-unsafe.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion src/doc/guide.md
Original file line number Diff line number Diff line change
@@ -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).