Skip to content

Asura URL Update

Asura URL Update #674

Triggered via pull request September 30, 2023 18:51
Status Failure
Total duration 48s
Artifacts

clippy.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 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/mangastream/template/src/template.rs#L194
warning: the borrowed expression implements the required traits --> template/src/template.rs:194:27 | 194 | let html = Request::new(&url, HttpMethod::Get).html()?; | ^^^^ help: change this to: `url` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
the borrowed expression implements the required traits: src/rust/mangastream/template/src/template.rs#L352
warning: the borrowed expression implements the required traits --> template/src/template.rs:352:27 | 352 | let html = Request::new(&url, HttpMethod::Get).html()?; | ^^^^ help: change this to: `url` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: src/rust/mangastream/template/src/template.rs#L429
warning: the borrowed expression implements the required traits --> template/src/template.rs:429:27 | 429 | let html = Request::new(&url, HttpMethod::Get) | ^^^^ help: change this to: `url` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: src/rust/mangastream/sources/readkomik/src/lib.rs#L44
warning: the borrowed expression implements the required traits --> sources/readkomik/src/lib.rs:44:26 | 44 | let html = Request::new(&id, HttpMethod::Get) | ^^^ help: change this to: `id` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
the borrowed expression implements the required traits: src/rust/mangastream/sources/mangkomik/src/lib.rs#L46
warning: the borrowed expression implements the required traits --> sources/mangkomik/src/lib.rs:46:26 | 46 | let html = Request::new(&id, HttpMethod::Get) | ^^^ help: change this to: `id` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
the borrowed expression implements the required traits: src/rust/mangastream/sources/mangkomik/src/lib.rs#L50
warning: the borrowed expression implements the required traits --> sources/mangkomik/src/lib.rs:50:30 | 50 | let raw_text = Request::new(&externaljs, HttpMethod::Get).string()?; | ^^^^^^^^^^^ help: change this to: `externaljs` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
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/