We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc82cef + bf14d8f commit f815075Copy full SHA for f815075
src/libcore/lib.rs
@@ -23,12 +23,6 @@
23
//! nor does it provide concurrency or I/O. These things require
24
//! platform integration, and this library is platform-agnostic.
25
//!
26
-//! *It is not recommended to use the core library*. The stable
27
-//! functionality of libcore is reexported from the
28
-//! [standard library](../std/index.html). The composition of this library is
29
-//! subject to change over time; only the interface exposed through libstd is
30
-//! intended to be stable.
31
-//!
32
//! # How to use the core library
33
34
// FIXME: Fill me in with more detail when the interface settles
0 commit comments