From c489c6b16f711565fa85caff7b64e21f3f564382 Mon Sep 17 00:00:00 2001 From: Taylor Cramer Date: Sun, 15 Jan 2017 15:18:43 -0800 Subject: [PATCH] Fix mislabeled features in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bf45ae..e395870 100644 --- a/README.md +++ b/README.md @@ -88,12 +88,12 @@ and `smoltcp::phy::TapInterface`, if the platform supports it. ### Feature `use_alloc` -The `use_std` feature enables use of objects owned by the networking stack through a dependency +The `use_alloc` feature enables use of objects owned by the networking stack through a dependency on `alloc::boxed::Box`. This only works on nightly rustc. ### Feature `use_collections` -The `use_std` feature enables use of slices owned by the networking stack through a dependency +The `use_collections` feature enables use of slices owned by the networking stack through a dependency on `collections::vec::Vec`. This only works on nightly rustc. ### Feature `use_log`