Skip to content

build(deps): bump arboard from 3.3.0 to 3.3.2 #137

build(deps): bump arboard from 3.3.0 to 3.3.2

build(deps): bump arboard from 3.3.0 to 3.3.2 #137

Triggered via pull request March 4, 2024 13:21
Status Success
Total duration 2m 16s
Artifacts

test.yml

on: pull_request
ubuntu / stable / minimal-versions
47s
ubuntu / stable / minimal-versions
ubuntu / stable / coverage
43s
ubuntu / stable / coverage
Matrix: os-check
Matrix: required
Fit to window
Zoom out
Zoom in

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/.