Skip to content

build(deps): Update Rust crate schemars to v0.8.18 #968

build(deps): Update Rust crate schemars to v0.8.18

build(deps): Update Rust crate schemars to v0.8.18 #968

Triggered via pull request May 6, 2024 14:32
Status Success
Total duration 3m 4s
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