build(deps): bump clap from 4.4.11 to 4.5.2 #139
Annotations
7 errors and 2 warnings
ubuntu-latest / 1.70.0
Process completed with exit code 101.
|
nightly / doc
Process completed with exit code 101.
|
macos-latest / 1.70.0
The job was canceled because "ubuntu-latest_1_70_0" failed.
|
windows-latest / 1.70.0
The job was canceled because "ubuntu-latest_1_70_0" failed.
|
writing `&Vec` instead of `&[_]` involves a new object where a slice will do:
src/windows/search.rs#L147
error: writing `&Vec` instead of `&[_]` involves a new object where a slice will do
--> src/windows/search.rs:147:21
|
147 | search_offsets: &Vec<usize>,
| ^^^^^^^^^^^ help: change this to: `&[usize]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg
= note: `-D clippy::ptr-arg` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::ptr_arg)]`
|
writing `&Vec` instead of `&[_]` involves a new object where a slice will do:
src/windows/search.rs#L147
error: writing `&Vec` instead of `&[_]` involves a new object where a slice will do
--> src/windows/search.rs:147:21
|
147 | search_offsets: &Vec<usize>,
| ^^^^^^^^^^^ help: change this to: `&[usize]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg
= note: `-D clippy::ptr-arg` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::ptr_arg)]`
|
stable / clippy
Clippy had exited with the 101 exit code
|
stable / clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
|
stable / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|