Make rustc_index::bit_set available on stable

This commit is contained in:
Nadrieril
2023-12-11 21:52:56 +01:00
parent e646c9f723
commit f30c5956f5
2 changed files with 37 additions and 12 deletions

View File

@@ -14,7 +14,6 @@
)]
#![cfg_attr(feature = "nightly", allow(internal_features))]
#[cfg(feature = "nightly")]
pub mod bit_set;
#[cfg(feature = "nightly")]
pub mod interval;