Sort lifetimes by longest first #16
Annotations
1 warning
|
unnecessary semicolon:
crates/math-core-cli/src/main.rs#L178
warning: unnecessary semicolon
--> crates/math-core-cli/src/main.rs:178:14
|
178 | };
| ^ help: remove
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_semicolon
= note: requested on the command line with `-W clippy::unnecessary-semicolon`
|