Skip to content

Commit 084c492

Browse files
committed
rustc_public: make the unstable module public
1 parent 17e7324 commit 084c492

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_public/src

1 file changed

+1
-1
lines changed

compiler/rustc_public/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ use crate::unstable::Stable;
4141

4242
pub mod abi;
4343
mod alloc;
44-
pub(crate) mod unstable;
44+
pub mod unstable;
4545
#[macro_use]
4646
pub mod crate_def;
4747
pub mod compiler_interface;

0 commit comments

Comments
 (0)