Skip to content

Commit c4c8a44

Browse files
cramertjwhitequark
authored andcommittedJan 16, 2017
Fix mislabeled features in README.md
1 parent a624559 commit c4c8a44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ and `smoltcp::phy::TapInterface`, if the platform supports it.
8888

8989
### Feature `use_alloc`
9090

91-
The `use_std` feature enables use of objects owned by the networking stack through a dependency
91+
The `use_alloc` feature enables use of objects owned by the networking stack through a dependency
9292
on `alloc::boxed::Box`. This only works on nightly rustc.
9393

9494
### Feature `use_collections`
9595

96-
The `use_std` feature enables use of slices owned by the networking stack through a dependency
96+
The `use_collections` feature enables use of slices owned by the networking stack through a dependency
9797
on `collections::vec::Vec`. This only works on nightly rustc.
9898

9999
### Feature `use_log`

0 commit comments

Comments
 (0)
Please sign in to comment.