Skip to content

Commit cde7f21

Browse files
committed
remove PredicateEvaluator::evaluate_predicate_with_direction
1 parent 4beb56c commit cde7f21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/traits/predicate_evaluator.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
pub trait PredicateEvaluator {
22
type Predicate;
33
type Reason;
4-
type Direction;
54

65
fn evaluate_predicate(&self, _predicate: &Self::Predicate) -> bool;
76

0 commit comments

Comments
 (0)