mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-21 22:23:05 +00:00
rust: Drop mixed_integer_ops feature
This is now stable. Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
7cbd3e7612
commit
1933e59af6
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
#![no_std]
|
||||
#![deny(unsafe_op_in_unsafe_fn)]
|
||||
#![feature(alloc_error_handler)]
|
||||
#![feature(mixed_integer_ops)]
|
||||
#![feature(new_uninit)]
|
||||
|
||||
#[macro_use]
|
||||
|
|
Loading…
Reference in a new issue