Skip to content

Commit 0805252

Browse files
committed
Make consts mod private
1 parent cd88bb3 commit 0805252

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

compiler/rustc_ty_utils/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use rustc_middle::ty::query::Providers;
1818

1919
mod assoc;
2020
mod common_traits;
21-
pub mod consts;
21+
mod consts;
2222
pub mod instance;
2323
mod needs_drop;
2424
pub mod representability;

0 commit comments

Comments
 (0)