File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
//! This library provides smart pointers and collections for managing
14
14
//! heap-allocated values.
15
15
//!
16
- //! This library, like libcore, is not intended for general usage, but rather as
17
- //! a building block of other libraries. The types and interfaces in this
18
- //! library are re-exported through the [standard library](../std/index.html),
19
- //! and should not be used through this library .
16
+ //! This library, like libcore, normally doesn’t need to be used directly
17
+ //! since its contents are re-exported in the [`std` crate](../std/index.html).
18
+ //! Crates that use the `#![no_std]` attribute however will typically
19
+ //! not depend on `std`, so they’d use this crate instead .
20
20
//!
21
21
//! ## Boxed values
22
22
//!
You can’t perform that action at this time.
0 commit comments