Skip to content

Commit 76cb95e

Browse files
committed
check_consts: make ops module private
1 parent 8d67f57 commit 76cb95e

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_mir/transform/check_consts

1 file changed

+1
-1
lines changed

src/librustc_mir/transform/check_consts/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use std::fmt;
1313

1414
pub use self::qualifs::Qualif;
1515

16-
pub mod ops;
16+
mod ops;
1717
pub mod qualifs;
1818
mod resolver;
1919
pub mod validation;

0 commit comments

Comments
 (0)