We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56e4a00 + 7a77fda commit 556e829Copy full SHA for 556e829
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