0.5.9: Remove use of stable feature int_roundings
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#![feature(int_roundings)]
|
||||
|
||||
extern crate libc;
|
||||
|
||||
#[cfg(target_os = "redox")]
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user