diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-12-16 11:42:18 -0500 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-12-16 11:42:18 -0500 |
| commit | bf14d8f0e8363d0d771260f5edb00479f3f9df58 (patch) | |
| tree | 16921b3c287cfc2927e8a3cd7ea857484bcca115 | |
| parent | 9e63cecb10a3a22abed9c230c5daf268dc258bf3 (diff) | |
| download | rust-bf14d8f0e8363d0d771260f5edb00479f3f9df58.tar.gz rust-bf14d8f0e8363d0d771260f5edb00479f3f9df58.zip | |
Remove incorrect words about libcore's stability
| -rw-r--r-- | src/libcore/lib.rs | 6 |
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 |
