mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
clippy: fix errors from unnecessary_semicolon lint
This commit is contained in:
parent
7af2c94678
commit
a8a43f73b0
2 changed files with 3 additions and 3 deletions
|
@ -185,7 +185,7 @@ fn test_random() {
|
|||
factors.push(factor);
|
||||
}
|
||||
None => break,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
factors.sort_unstable();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue