rust: Drop mixed_integer_ops feature

This is now stable.

Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
Hector Martin 2023-04-25 23:56:17 +09:00
parent 7cbd3e7612
commit 1933e59af6

View file

@ -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]