We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 548d552 + b399729 commit ead9a6dCopy full SHA for ead9a6d
src/libstd/lib.rs
@@ -15,7 +15,7 @@
15
//! for the [broader Rust ecosystem](https://crates.io). It offers
16
//! core types (e.g. [`Vec`](vec/index.html)
17
//! and [`Option`](option/index.html)), library-defined [operations on
18
-//! language primitives](#primitive) (e.g. [`u32`](u32/index.html) and
+//! language primitives](#primitives) (e.g. [`u32`](u32/index.html) and
19
//! [`str`](str/index.html)), [standard macros](#macros),
20
//! [I/O](io/index.html) and [multithreading](thread/index.html), among
21
//! [many other lovely
0 commit comments