Skip to content

Commit fe53397

Browse files
committed
Remove unused import
1 parent eb2282f commit fe53397

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chalk-ir/src/fold/subst.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use super::*;
22
use crate::fold::shift::Shift;
3-
use crate::*;
43

54
pub struct Subst<'s> {
65
/// Values to substitute. A reference to a free variable with

0 commit comments

Comments
 (0)