Skip to content

Commit 8deb010

Browse files
committed
Remove vec_spare_capacity nightly feature
1 parent a6bdfe5 commit 8deb010

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@
2323
//! For example, a PC with no network card might not contain a network driver,
2424
//! therefore all the network protocols will be unavailable.
2525
26-
#![cfg_attr(
27-
feature = "exts",
28-
feature(allocator_api, alloc_layout_extra, vec_spare_capacity)
29-
)]
26+
#![cfg_attr(feature = "exts", feature(allocator_api, alloc_layout_extra))]
3027
#![feature(auto_traits)]
3128
#![feature(control_flow_enum)]
3229
#![feature(try_trait_v2)]

0 commit comments

Comments
 (0)