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:
commit
0216a10895
@ -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