Skip to content

Commit

Permalink
Remove outdated no_std docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Dec 11, 2019
1 parent 39ede7f commit c1f5fe0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib.rs
Expand Up @@ -14,9 +14,6 @@
//! `write` feature implements the `std::io::Write` trait for vectors of `u8`.
//! When this feature is enabled, `smallvec` depends on `std`.
//!
//! To depend on `smallvec` without `libstd`, use `default-features = false` in the `smallvec`
//! section of Cargo.toml to disable its `"write"` feature.
//!
//! ## `union` feature
//!
//! When the `union` feature is enabled `smallvec` will track its state (inline or spilled)
Expand Down

0 comments on commit c1f5fe0

Please sign in to comment.