Skip to content

Commit bf14d8f

Browse files
committed
Remove incorrect words about libcore's stability
1 parent 9e63cec commit bf14d8f

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)