Rollup merge of #30415 - steveklabnik:remove_bad_stability_note, r=alexcrichton

This commit is contained in:
Steve Klabnik 2015-12-17 14:47:13 -05:00
commit 7fa08d5d7a

View File

@ -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