Skip to content

Commit a04f518

Browse files
committed
fix: Fix one more thing in in-rust-tree
1 parent e6c3152 commit a04f518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hir-ty/src/next_solver/inspect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub use ra_ap_rustc_next_trait_solver::solve::inspect::*;
1+
pub use rustc_next_trait_solver::solve::inspect::*;
22

33
use rustc_ast_ir::try_visit;
44
use rustc_next_trait_solver::{

0 commit comments

Comments
 (0)