Skip to content

Commit 900b33a

Browse files
committed
std: Fix broken link
1 parent 8f2a2e2 commit 900b33a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libstd/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
//! ## Intrinsic types and operations
1818
//!
1919
//! The [`ptr`](../core/ptr/index.html), [`mem`](../core/mem/index.html),
20-
//! and [`cast`](../core/cast/index.html) modules deal with unsafe pointers,
21-
//! memory manipulation, and coercion.
20+
//! modules deal with unsafe pointers and memory manipulation.
2221
//! [`kinds`](../core/kinds/index.html) defines the special built-in traits,
2322
//! and [`raw`](../core/raw/index.html) the runtime representation of Rust types.
2423
//! These are some of the lowest-level building blocks of Rust

0 commit comments

Comments
 (0)