mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
fix new clippy warnings
This commit is contained in:
parent
7963843b9c
commit
d346482b76
4 changed files with 17 additions and 21 deletions
|
@ -2635,7 +2635,7 @@ fn to_opt_branches<'a>(
|
|||
env.problems.push(MonoProblem::PatternProblem(error))
|
||||
}
|
||||
|
||||
overlapping_branches.sort();
|
||||
overlapping_branches.sort_unstable();
|
||||
|
||||
for i in overlapping_branches.into_iter().rev() {
|
||||
opt_branches.remove(i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue