Skip to content

Commit 9854d84

Browse files
committed
Updates feature gate to use new_zeroed_alloc
Needed in order to build with newest nightly More specific version of new_uninit introduced in rust-lang/rust#129396
1 parent dc213cc commit 9854d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
maybe_uninit_uninit_array,
44
maybe_uninit_array_assume_init,
55
portable_simd,
6-
new_uninit
6+
new_zeroed_alloc
77
)]
88
#![allow(incomplete_features)]
99
#![warn(clippy::all)]

0 commit comments

Comments
 (0)