Skip to content

Fix Bumping version to 3.0.3 with auto build.rs #291

Fix Bumping version to 3.0.3 with auto build.rs

Fix Bumping version to 3.0.3 with auto build.rs #291

Triggered via push October 21, 2024 05:26
Status Success
Total duration 1m 57s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
this expression creates a reference which is immediately dereferenced by the compiler: rar-common/src/database/finder.rs#L706
warning: this expression creates a reference which is immediately dereferenced by the compiler --> rar-common/src/database/finder.rs:706:91 | 706 | let min = PluginManager::notify_user_matcher(&as_borrow!(self), user, &element); | ^^^^^^^^ help: change this to: `element` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
this expression creates a reference which is immediately dereferenced by the compiler: rar-common/src/database/finder.rs#L491
warning: this expression creates a reference which is immediately dereferenced by the compiler --> rar-common/src/database/finder.rs:491:47 | 491 | SGroups::Single(group) => is_root(&group), | ^^^^^^ help: change this to: `group` | = 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
writing `&String` instead of `&str` involves a new object where a slice will do: rar-common/src/database/finder.rs#L326
warning: writing `&String` instead of `&str` involves a new object where a slice will do --> rar-common/src/database/finder.rs:326:27 | 326 | fn match_path(input_path: &String, role_path: &String) -> CmdMin { | ^^^^^^^ help: change this to: `&str` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg = note: `#[warn(clippy::ptr_arg)]` on by default
unused variable: `tool`: rar-common/src/util.rs#L258
warning: unused variable: `tool` --> rar-common/src/util.rs:258:17 | 258 | pub fn subsribe(tool: &str) -> Result<(), Box<dyn Error>> { | ^^^^ help: if this is intentional, prefix it with an underscore: `_tool` | = note: `#[warn(unused_variables)]` on by default
build
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/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
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/
build
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/
build
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/
build
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/