We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b061f4 + 5992ee1 commit 7e213acCopy full SHA for 7e213ac
src/bin/miri.rs
@@ -1,4 +1,3 @@
1
-#![feature(generic_nonzero)]
2
#![feature(rustc_private, stmt_expr_attributes)]
3
#![allow(
4
clippy::manual_range_contains,
src/lib.rs
@@ -2,7 +2,6 @@
#![feature(cell_update)]
#![feature(const_option)]
#![feature(float_gamma)]
5
6
#![feature(map_try_insert)]
7
#![feature(never_type)]
8
#![feature(try_blocks)]
0 commit comments