File tree 1 file changed +4
-1
lines changed 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
//! # The Rust Core Library
12
12
//!
13
- //! The Rust Core Library is the dependency-free foundation of [The
13
+ //! The Rust Core Library is the dependency-free[^free] foundation of [The
14
14
//! Rust Standard Library](../std/index.html). It is the portable glue
15
15
//! between the language and its libraries, defining the intrinsic and
16
16
//! primitive building blocks of all Rust code. It links to no
17
17
//! upstream libraries, no system libraries, and no libc.
18
18
//!
19
+ //! [^free]: Strictly speaking, there are some symbols which are needed but
20
+ //! they aren't always neccesary.
21
+ //!
19
22
//! The core library is *minimal*: it isn't even aware of heap allocation,
20
23
//! nor does it provide concurrency or I/O. These things require
21
24
//! platform integration, and this library is platform-agnostic.
You can’t perform that action at this time.
0 commit comments