Skip to content

build(deps): Update Rust crate syn to v2.0.66 #1004

build(deps): Update Rust crate syn to v2.0.66

build(deps): Update Rust crate syn to v2.0.66 #1004

Triggered via pull request May 24, 2024 01:58
Status Success
Total duration 3m 36s
Artifacts

docker_images.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
writing `&Vec` instead of `&[_]` involves a new object where a slice will do: rash_core/src/docopt/mod.rs#L269
warning: writing `&Vec` instead of `&[_]` involves a new object where a slice will do --> rash_core/src/docopt/mod.rs:269:41 | 269 | fn is_usage(possible_usage: &str, opts: &Vec<&str>) -> bool { | ^^^^^^^^^^ 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
writing `&Vec` instead of `&[_]` involves a new object where a slice will do: rash_core/src/docopt/mod.rs#L269
warning: writing `&Vec` instead of `&[_]` involves a new object where a slice will do --> rash_core/src/docopt/mod.rs:269:41 | 269 | fn is_usage(possible_usage: &str, opts: &Vec<&str>) -> bool { | ^^^^^^^^^^ 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