Skip to content

Commit ccc06c0

Browse files
committed
Rename rustc_next_trait_solver::solve::inspect::build to builder
1 parent 7ee19f8 commit ccc06c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pub use rustc_type_ir::solve::inspect::*;
22

3-
mod build;
4-
pub(in crate::solve) use build::*;
3+
mod builder;
4+
pub(in crate::solve) use builder::*;
55

66
pub use crate::solve::eval_ctxt::canonical::instantiate_canonical_state;

0 commit comments

Comments
 (0)