We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39ede7f + c1f5fe0 commit c1870eaCopy full SHA for c1870ea
lib.rs
@@ -14,9 +14,6 @@
14
//! `write` feature implements the `std::io::Write` trait for vectors of `u8`.
15
//! When this feature is enabled, `smallvec` depends on `std`.
16
//!
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
-//!
20
//! ## `union` feature
21
22
//! When the `union` feature is enabled `smallvec` will track its state (inline or spilled)
0 commit comments