We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f197b commit b4d0b9aCopy full SHA for b4d0b9a
crates/ir/src/utils/subst.rs
@@ -3,8 +3,6 @@ use crate::{
3
PropIdx, Time, TimeIdx,
4
};
5
6
-use super::Foreign;
7
-
8
/// A binding from K to V.
9
pub struct Bind<K: Eq, V>(Vec<(K, V)>);
10
0 commit comments