Skip to content

Merge pull request #132 from projectsyn/renovate/taiki-e-cache-cargo-… #677

Merge pull request #132 from projectsyn/renovate/taiki-e-cache-cargo-…

Merge pull request #132 from projectsyn/renovate/taiki-e-cache-cargo-… #677

Triggered via push May 29, 2024 12:47
Status Success
Total duration 1m 0s
Artifacts

rust.yml

on: push
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

28 warnings
assigning the result of `ToOwned::to_owned()` may be inefficient: src/config.rs#L148
warning: assigning the result of `ToOwned::to_owned()` may be inefficient --> src/config.rs:148:17 | 148 | / self.classes_path = cfg_path 149 | | .with_file_name(vstr) 150 | | .to_str() 151 | | .ok_or(anyhow!("Can't create nodes path from config file"))? 152 | | .to_owned(); | |_______________________________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones = note: `#[warn(clippy::assigning_clones)]` on by default help: use `clone_into()` | 148 ~ cfg_path 149 + .with_file_name(vstr) 150 + .to_str() 151 ~ .ok_or(anyhow!("Can't create nodes path from config file"))?.clone_into(&mut self.classes_path); |
associated items `new` and `merge_from` are never used: src/list/mod.rs#L7
warning: associated items `new` and `merge_from` are never used --> src/list/mod.rs:7:8 | 6 | pub trait List { | ---- associated items in this trait 7 | fn new() -> Self; | ^^^ ... 13 | fn merge_from(&mut self, other: &Self); | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
lints
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lints
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lints
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/
lints
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/
lints
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/
lints
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/
tests (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
tests (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (ubuntu-latest)
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/
tests (ubuntu-latest)
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/
tests (ubuntu-latest)
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/
tests (ubuntu-latest)
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/
tests (ubuntu-latest): src/list/mod.rs#L7
associated items `new` and `merge_from` are never used
tests (ubuntu-latest)
`reclass-rs` (lib) generated 1 warning
tests (ubuntu-latest): src/list/mod.rs#L7
associated items `new` and `merge_from` are never used
tests (ubuntu-latest)
`reclass-rs` (lib) generated 1 warning
tests (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
tests (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (macos-latest): src/list/mod.rs#L7
associated items `new` and `merge_from` are never used
tests (macos-latest)
`reclass-rs` (lib) generated 1 warning
tests (macos-latest): src/list/mod.rs#L7
associated items `new` and `merge_from` are never used
tests (macos-latest)
`reclass-rs` (lib) generated 1 warning
tests (macos-latest)
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/
tests (macos-latest)
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/
tests (macos-latest)
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/
tests (macos-latest)
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/