build(deps): bump arboard from 3.3.0 to 3.3.2 #137
test.yml
on: pull_request
ubuntu / stable / minimal-versions
47s
ubuntu / stable / coverage
43s
Matrix: os-check
Matrix: required
Annotations
2 errors and 1 warning
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)]`
|
ubuntu / stable / coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|