Skip to content

Commit

Permalink
Fix mislabeled features in README.md
Browse files Browse the repository at this point in the history
cramertj authored and whitequark committed Jan 16, 2017
1 parent a624559 commit c4c8a44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit c4c8a44

Please sign in to comment.