We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a624559 commit c4c8a44Copy full SHA for c4c8a44
README.md
@@ -88,12 +88,12 @@ and `smoltcp::phy::TapInterface`, if the platform supports it.
88
89
### Feature `use_alloc`
90
91
-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
92
on `alloc::boxed::Box`. This only works on nightly rustc.
93
94
### Feature `use_collections`
95
96
-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
97
on `collections::vec::Vec`. This only works on nightly rustc.
98
99
### Feature `use_log`
0 commit comments