Skip to content

Commit 1933e59

Browse files
committed
rust: Drop mixed_integer_ops feature
This is now stable. Signed-off-by: Hector Martin <[email protected]>
1 parent 7cbd3e7 commit 1933e59

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rust/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#![no_std]
33
#![deny(unsafe_op_in_unsafe_fn)]
44
#![feature(alloc_error_handler)]
5-
#![feature(mixed_integer_ops)]
65
#![feature(new_uninit)]
76

87
#[macro_use]

0 commit comments

Comments
 (0)