Skip to content

Add New Source: MangaIro #627

Add New Source: MangaIro

Add New Source: MangaIro #627

Re-run triggered September 6, 2023 16:05
Status Failure
Total duration 43s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

clippy.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
lint
Process completed with exit code 1.
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
the borrowed expression implements the required traits: src/rust/en.mangairo/src/parser.rs#L345
warning: the borrowed expression implements the required traits --> src/parser.rs:345:20 | 345 | str = str.replace(&match_a, "a"); | ^^^^^^^^ help: change this to: `match_a` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `#[warn(clippy::needless_borrow)]` on by default
the borrowed expression implements the required traits: src/rust/en.mangairo/src/parser.rs#L346
warning: the borrowed expression implements the required traits --> src/parser.rs:346:20 | 346 | str = str.replace(&match_e, "e"); | ^^^^^^^^ help: change this to: `match_e` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
the borrowed expression implements the required traits: src/rust/en.mangairo/src/parser.rs#L347
warning: the borrowed expression implements the required traits --> src/parser.rs:347:20 | 347 | str = str.replace(&match_i, "i"); | ^^^^^^^^ help: change this to: `match_i` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
the borrowed expression implements the required traits: src/rust/en.mangairo/src/parser.rs#L348
warning: the borrowed expression implements the required traits --> src/parser.rs:348:20 | 348 | str = str.replace(&match_o, "o"); | ^^^^^^^^ help: change this to: `match_o` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
the borrowed expression implements the required traits: src/rust/en.mangairo/src/parser.rs#L349
warning: the borrowed expression implements the required traits --> src/parser.rs:349:20 | 349 | str = str.replace(&match_u, "u"); | ^^^^^^^^ help: change this to: `match_u` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
the borrowed expression implements the required traits: src/rust/en.mangairo/src/parser.rs#L350
warning: the borrowed expression implements the required traits --> src/parser.rs:350:20 | 350 | str = str.replace(&match_y, "y"); | ^^^^^^^^ help: change this to: `match_y` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
the borrowed expression implements the required traits: src/rust/en.mangairo/src/parser.rs#L352
warning: the borrowed expression implements the required traits --> src/parser.rs:352:20 | 352 | str = str.replace(&match_symbols, "_"); | ^^^^^^^^^^^^^^ help: change this to: `match_symbols` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/