Skip to content

Commit f815075

Browse files
committed
Rollup merge of rust-lang#30415 - steveklabnik:remove_bad_stability_note, r=alexcrichton
2 parents bc82cef + bf14d8f commit f815075

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/libcore/lib.rs

-6
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
//! nor does it provide concurrency or I/O. These things require
2424
//! platform integration, and this library is platform-agnostic.
2525
//!
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-
//!
3226
//! # How to use the core library
3327
//!
3428
// FIXME: Fill me in with more detail when the interface settles

0 commit comments

Comments
 (0)