Skip to content

Commit

Permalink
rust: 1.82.0 compat
Browse files Browse the repository at this point in the history
Signed-off-by: Hector Martin <[email protected]>
  • Loading branch information
marcan committed Nov 3, 2024
1 parent d54b978 commit a752b78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#![deny(unsafe_op_in_unsafe_fn)]
#![feature(alloc_error_handler)]
#![feature(new_uninit)]
#![feature(new_zeroed_alloc)]

#[macro_use]
extern crate alloc;
Expand Down

0 comments on commit a752b78

Please sign in to comment.