Change removal notice for pointer guide.

This is a bit outdated.
This commit is contained in:
Steve Klabnik 2015-06-29 15:17:56 -04:00
parent 216f6645ef
commit 8d6b5689fb

View file

@ -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, theyre gone now.