Skip to content

Commit

Permalink
Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnay
Browse files Browse the repository at this point in the history
Stabilize generic `NonZero`.

Tracking issue: rust-lang/rust#120257

r? `@dtolnay`
  • Loading branch information
GuillaumeGomez authored Apr 22, 2024
2 parents 56e4a00 + 7a77fda commit 556e829
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/bin/miri.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![feature(generic_nonzero)]
#![feature(rustc_private, stmt_expr_attributes)]
#![allow(
clippy::manual_range_contains,
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#![feature(cell_update)]
#![feature(const_option)]
#![feature(float_gamma)]
#![feature(generic_nonzero)]
#![feature(map_try_insert)]
#![feature(never_type)]
#![feature(try_blocks)]
Expand Down

0 comments on commit 556e829

Please sign in to comment.