about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/lib.rs
diff options
context:
space:
mode:
authorMarkus Reiter <me@reitermark.us>2024-04-21 18:41:45 +0200
committerMarkus Reiter <me@reitermark.us>2024-04-22 18:48:47 +0200
commit33e68aadc975c60bf975789f70156e67082e8910 (patch)
tree4e510b113ef352e4dc0c984944dcedd3b52e10e3 /compiler/rustc_feature/src/lib.rs
parentf22a0c2d9f9cd83dfe84b65e9fa1b3fa8303c7b5 (diff)
downloadrust-33e68aadc975c60bf975789f70156e67082e8910.tar.gz
rust-33e68aadc975c60bf975789f70156e67082e8910.zip
Stabilize generic `NonZero`.
Diffstat (limited to 'compiler/rustc_feature/src/lib.rs')
-rw-r--r--compiler/rustc_feature/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/lib.rs b/compiler/rustc_feature/src/lib.rs
index cb28bb4e8e4..36ef8fe7816 100644
--- a/compiler/rustc_feature/src/lib.rs
+++ b/compiler/rustc_feature/src/lib.rs
@@ -12,7 +12,6 @@
 //! symbol to the `accepted` or `removed` modules respectively.
 
 #![allow(internal_features)]
-#![feature(generic_nonzero)]
 #![feature(rustdoc_internals)]
 #![doc(rust_logo)]
 #![feature(lazy_cell)]