Skip to content

Commit 958a8d0

Browse files
authored
Merge pull request #20695 from ShoyuVanilla/fix-another-in-tree
fix: Fix one more thing in `in-rust-tree`
2 parents e6c3152 + a04f518 commit 958a8d0

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)