0.5.9: Remove use of stable feature int_roundings

This commit is contained in:
Jeremy Soller
2023-12-11 10:26:27 -07:00
parent 50b4ebfcd5
commit 97bc669a76
4 changed files with 48 additions and 55 deletions
-2
View File
@@ -1,5 +1,3 @@
#![feature(int_roundings)]
extern crate libc;
#[cfg(target_os = "redox")]
-2
View File
@@ -4,8 +4,6 @@
// Used often in generating redox_syscall errors
#![allow(clippy::or_fun_call)]
#![feature(int_roundings)]
extern crate alloc;
use core::sync::atomic::AtomicUsize;