Skip to content

Commit c1f5fe0

Browse files
committed
Remove outdated no_std docs
1 parent 39ede7f commit c1f5fe0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
//! `write` feature implements the `std::io::Write` trait for vectors of `u8`.
1515
//! When this feature is enabled, `smallvec` depends on `std`.
1616
//!
17-
//! To depend on `smallvec` without `libstd`, use `default-features = false` in the `smallvec`
18-
//! section of Cargo.toml to disable its `"write"` feature.
19-
//!
2017
//! ## `union` feature
2118
//!
2219
//! When the `union` feature is enabled `smallvec` will track its state (inline or spilled)

0 commit comments

Comments
 (0)