mirror of
https://github.com/ellmau/adf-obdd.git
synced 2025-12-19 09:29:36 +01:00
Restore rust 1.62.1 conformity
This commit is contained in:
parent
d8492dc6d0
commit
a0139c66e2
@ -79,7 +79,7 @@ impl NoGood {
|
|||||||
return None;
|
return None;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
visit.then(|| result)
|
visit.then_some(result)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Creates an updated [Vec<Term>], based on the given [&[Term]] and the [NoGood].
|
/// Creates an updated [Vec<Term>], based on the given [&[Term]] and the [NoGood].
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user