1
0
mirror of https://github.com/ellmau/adf-obdd.git synced 2025-12-19 09:29:36 +01:00

Merge pull request #94 from ellmau/triage/1.62.1_upgrade

Restore rust 1.62.1 conformity
This commit is contained in:
Stefan Ellmauthaler 2022-08-02 19:58:27 +02:00 committed by GitHub
commit 0216a10895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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].