Skip to content

Commit b4d0b9a

Browse files
committed
remove unused imp
1 parent 22f197b commit b4d0b9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/ir/src/utils/subst.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ use crate::{
33
PropIdx, Time, TimeIdx,
44
};
55

6-
use super::Foreign;
7-
86
/// A binding from K to V.
97
pub struct Bind<K: Eq, V>(Vec<(K, V)>);
108

0 commit comments

Comments
 (0)