about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2015-12-17 14:47:13 -0500
committerSteve Klabnik <steve@steveklabnik.com>2015-12-17 14:47:13 -0500
commit7fa08d5d7af3d74136f758a14dfbffc167fa3427 (patch)
treeb94fbf5762bb84c5810077ddb3fd29a9b05a2854
parent7963529b6b58dd97cee710ca6a9b4ca7db25050f (diff)
parentbf14d8f0e8363d0d771260f5edb00479f3f9df58 (diff)
downloadrust-7fa08d5d7af3d74136f758a14dfbffc167fa3427.tar.gz
rust-7fa08d5d7af3d74136f758a14dfbffc167fa3427.zip
Rollup merge of #30415 - steveklabnik:remove_bad_stability_note, r=alexcrichton
-rw-r--r--src/libcore/lib.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs
index 454e2b02b1c..cde86230d75 100644
--- a/src/libcore/lib.rs
+++ b/src/libcore/lib.rs
@@ -23,12 +23,6 @@
 //! nor does it provide concurrency or I/O. These things require
 //! platform integration, and this library is platform-agnostic.
 //!
-//! *It is not recommended to use the core library*. The stable
-//! functionality of libcore is reexported from the
-//! [standard library](../std/index.html). The composition of this library is
-//! subject to change over time; only the interface exposed through libstd is
-//! intended to be stable.
-//!
 //! # How to use the core library
 //!
 // FIXME: Fill me in with more detail when the interface settles