1
0
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:
Stefan Ellmauthaler 2022-08-02 19:55:03 +02:00
parent d8492dc6d0
commit a0139c66e2
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256

View File

@ -79,7 +79,7 @@ impl NoGood {
return None;
}
}
visit.then(|| result)
visit.then_some(result)
}
/// Creates an updated [Vec<Term>], based on the given [&[Term]] and the [NoGood].