Skip to content

Commit bfdf21a

Browse files
author
Jean-Francois Bortolotti
committed
fix rustc 1.92.0 warnings
1 parent 8e26353 commit bfdf21a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#![feature(cfg_version)]
55
#![feature(alloc_error_handler)]
66
#![cfg_attr(not(version("1.82")), feature(new_uninit))]
7-
#![cfg_attr(version("1.82"), feature(new_zeroed_alloc))]
87

98
#[macro_use]
109
extern crate alloc;

0 commit comments

Comments
 (0)