chore(deps): bump minijinja from 2.17.1 to 2.18.0 #886
Annotations
5 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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