Commit 0f90803
committed
Fix
The code accepts a candidate only when:
```rust
if candidate_min_in > candidate_min_out
```
So the implemented condition is the opposite: it wants the minimum input
to be greater than the minimum output, not lower.avoid_uih method comment1 parent a8c1902 commit 0f90803
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
0 commit comments