about summary refs log tree commit diff
path: root/compiler/rustc_index/src/lib.rs
diff options
context:
space:
mode:
authorNadrieril <nadrieril+git@gmail.com>2023-12-11 21:52:56 +0100
committerNadrieril <nadrieril+git@gmail.com>2023-12-15 16:58:38 +0100
commitf30c5956f5a755c532cc2a29f089a908bc0201fe (patch)
tree3aae39072859d197f24502f7402f97e977307c9c /compiler/rustc_index/src/lib.rs
parente646c9f7230becbe739d5c56fbb9952cb0d1b212 (diff)
downloadrust-f30c5956f5a755c532cc2a29f089a908bc0201fe.tar.gz
rust-f30c5956f5a755c532cc2a29f089a908bc0201fe.zip
Make `rustc_index::bit_set` available on stable
Diffstat (limited to 'compiler/rustc_index/src/lib.rs')
-rw-r--r--compiler/rustc_index/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_index/src/lib.rs b/compiler/rustc_index/src/lib.rs
index c5602392c53..185e0c7d698 100644
--- a/compiler/rustc_index/src/lib.rs
+++ b/compiler/rustc_index/src/lib.rs
@@ -14,7 +14,6 @@
 )]
 #![cfg_attr(feature = "nightly", allow(internal_features))]
 
-#[cfg(feature = "nightly")]
 pub mod bit_set;
 #[cfg(feature = "nightly")]
 pub mod interval;