chore: release v0.5.3 #849
Merged
Annotations
4 warnings
|
Run clechasseur/rs-clippy-check@v6.0.0:
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`
|
|
Run clechasseur/rs-clippy-check@v6.0.0:
crates/math-core/src/parser.rs#L262
warning: useless conversion to the same type: `std::ops::Range<usize>`
--> crates/math-core/src/parser.rs:262:25
|
262 | span.into(),
| ^^^^^^^^^^^ help: consider removing `.into()`: `span`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
|
|
Run clechasseur/rs-clippy-check@v6.0.0:
crates/math-core/src/parser.rs#L255
warning: useless conversion to the same type: `std::ops::Range<usize>`
--> crates/math-core/src/parser.rs:255:40
|
255 | Err(LatexError(span.into(), LatexErrKind::MoreThanOneLabel))
| ^^^^^^^^^^^ help: consider removing `.into()`: `span`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
|
|
Run clechasseur/rs-clippy-check@v6.0.0:
crates/math-core/src/parser.rs#L243
warning: useless conversion to the same type: `std::ops::Range<usize>`
--> crates/math-core/src/parser.rs:243:25
|
243 | span.into(),
| ^^^^^^^^^^^ help: consider removing `.into()`: `span`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
= note: `#[warn(clippy::useless_conversion)]` on by default
|
Loading