Skip to content

Commit 30f9d12

Browse files
committed
use TruncateOps
1 parent 5c1049e commit 30f9d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chalk-engine/src/logic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use crate::context::{
2-
Context, ContextOps, Floundered, InferenceTable, ResolventOps, UnificationOps,
2+
Context, ContextOps, Floundered, InferenceTable, ResolventOps, TruncateOps, UnificationOps,
33
};
44
use crate::fallible::NoSolution;
55
use crate::forest::Forest;

0 commit comments

Comments
 (0)