about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-05-19 21:51:21 -0700
committerBrian Anderson <banderson@mozilla.com>2014-05-20 10:38:21 -0700
commit900b33a4e3953b55fc7c2600c8cf8ed3e33e1870 (patch)
tree0213abe39497f4de3b6ec543b483d519d4d66aca /src/libstd
parent8f2a2e2dd8320215f834376c9a8a237e285df64e (diff)
downloadrust-900b33a4e3953b55fc7c2600c8cf8ed3e33e1870.tar.gz
rust-900b33a4e3953b55fc7c2600c8cf8ed3e33e1870.zip
std: Fix broken link
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index a45f8a83a24..fdd0b3b92a7 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -17,8 +17,7 @@
 //! ## Intrinsic types and operations
 //!
 //! The [`ptr`](../core/ptr/index.html), [`mem`](../core/mem/index.html),
-//! and [`cast`](../core/cast/index.html) modules deal with unsafe pointers,
-//! memory manipulation, and coercion.
+//! modules deal with unsafe pointers and memory manipulation.
 //! [`kinds`](../core/kinds/index.html) defines the special built-in traits,
 //! and [`raw`](../core/raw/index.html) the runtime representation of Rust types.
 //! These are some of the lowest-level building blocks of Rust