From c1f5fe0209034e9d3e3f3e3589e35d41c0b89bd5 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Wed, 11 Dec 2019 06:34:04 -0800 Subject: [PATCH] Remove outdated no_std docs --- lib.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib.rs b/lib.rs index d44e3b0..e919678 100644 --- a/lib.rs +++ b/lib.rs @@ -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)