Skip to content

Commit c1870ea

Browse files
author
bors-servo
authored
Auto merge of #189 - mbrubeck:docs, r=jdm
Remove outdated no_std docs None
2 parents 39ede7f + c1f5fe0 commit c1870ea

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)