We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdb5e8 commit 2516c70Copy full SHA for 2516c70
src/policy/compiler.rs
@@ -1008,7 +1008,7 @@ where
1008
for k in ret.keys() {
1009
debug_assert_eq!(k.dissat_prob, ord_dissat_prob);
1010
}
1011
- if ret.len() == 0 {
+ if ret.is_empty() {
1012
// The only reason we are discarding elements out of compiler is because
1013
// compilations exceeded consensus and standardness limits or are non-malleable.
1014
// If there no possible compilations for any policies regardless of dissat
0 commit comments