From 8d6b5689fb9bb6ea7c5d38e50525b4d02e2b37c3 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Mon, 29 Jun 2015 15:17:56 -0400 Subject: [PATCH] Change removal notice for pointer guide. This is a bit outdated. --- src/doc/guide-pointers.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/doc/guide-pointers.md b/src/doc/guide-pointers.md index 0374166405c6..dc80ec439913 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.