Skip to content

Commit 64057ba

Browse files
committed
unused imports
1 parent 2312305 commit 64057ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/formality-prove/src/prove/prove_eq.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use formality_types::{
22
cast::{Downcast, Upcast, Upcasted},
33
collections::{Deduplicate, Set},
44
grammar::{
5-
AliasTy, InferenceVar, Parameter, PlaceholderVar, Relation, RigidTy, Substitution, Ty,
5+
AliasTy, InferenceVar, Parameter, PlaceholderVar, Relation, RigidTy, Substitution,
66
TyData, Variable, Wcs,
77
},
88
judgment_fn, set,

crates/formality-prove/src/prove/prove_wc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use formality_types::{
2-
grammar::{Parameter, Predicate, Relation, Wc, WcData, Wcs},
2+
grammar::{Predicate, Relation, Wc, WcData, Wcs},
33
judgment_fn,
44
};
55

0 commit comments

Comments
 (0)