We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2a2e2 commit 900b33aCopy full SHA for 900b33a
src/libstd/lib.rs
@@ -17,8 +17,7 @@
17
//! ## Intrinsic types and operations
18
//!
19
//! 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.
+//! modules deal with unsafe pointers and memory manipulation.
22
//! [`kinds`](../core/kinds/index.html) defines the special built-in traits,
23
//! and [`raw`](../core/raw/index.html) the runtime representation of Rust types.
24
//! These are some of the lowest-level building blocks of Rust
0 commit comments