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.
NonZero
1 parent 5aabf76 commit 7a77fdaCopy full SHA for 7a77fda
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