We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vec_spare_capacity
1 parent a6bdfe5 commit 8deb010Copy full SHA for 8deb010
src/lib.rs
@@ -23,10 +23,7 @@
23
//! For example, a PC with no network card might not contain a network driver,
24
//! therefore all the network protocols will be unavailable.
25
26
-#![cfg_attr(
27
- feature = "exts",
28
- feature(allocator_api, alloc_layout_extra, vec_spare_capacity)
29
-)]
+#![cfg_attr(feature = "exts", feature(allocator_api, alloc_layout_extra))]
30
#![feature(auto_traits)]
31
#![feature(control_flow_enum)]
32
#![feature(try_trait_v2)]
0 commit comments