diff options
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index e6b301fbb9e..a9ec9c1ddc5 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -16,7 +16,7 @@ //! //! ## Intrinsic types and operations //! -//! The [`ptr`](../core/ptr/index.html), [`mem`](../core/mem/index.html), +//! The [`ptr`](../core/ptr/index.html) and [`mem`](../core/mem/index.html) //! 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. |
