diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-06-29 15:17:56 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-06-29 15:18:00 -0400 |
| commit | 8d6b5689fb9bb6ea7c5d38e50525b4d02e2b37c3 (patch) | |
| tree | aa1db63bc3f97e1d3970035e38f635c8e3fe3cd6 | |
| parent | 216f6645ef0c93776e9f350f29c02780fb7bf673 (diff) | |
| download | rust-8d6b5689fb9bb6ea7c5d38e50525b4d02e2b37c3.tar.gz rust-8d6b5689fb9bb6ea7c5d38e50525b4d02e2b37c3.zip | |
Change removal notice for pointer guide.
This is a bit outdated.
| -rw-r--r-- | src/doc/guide-pointers.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/doc/guide-pointers.md b/src/doc/guide-pointers.md index 0374166405c..dc80ec43991 100644 --- a/src/doc/guide-pointers.md +++ b/src/doc/guide-pointers.md @@ -1,4 +1,7 @@ -% The (old) Rust Pointer Guide +% The Rust Pointer Guide -This content has moved into -[the Rust Programming Language book](book/pointers.html). +This content has been removed, with no direct replacement. Rust only +has two built-in pointer types now, +[references](book/references-and-borrowing.html) and [raw +pointers](book/raw-pointers.html). Older Rusts had many more pointer +types, they’re gone now. |
