Bump clap from 4.5.56 to 4.5.57#7
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Annotations
3 warnings
|
crates/review/src/release_ext.rs#L36
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> crates/review/src/release_ext.rs:36:9
|
36 | &self.0
| ^^^^^^^ help: change this to: `self.0`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|
|
crates/pnpm/src/main.rs#L3
warning: this import is redundant
--> crates/pnpm/src/main.rs:3:1
|
3 | use serde_json;
| ^^^^^^^^^^^^^^^ help: remove it entirely
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#single_component_path_imports
= note: `#[warn(clippy::single_component_path_imports)]` on by default
|
|
crates/common/src/release.rs#L8
warning: direct implementation of `ToString`
--> crates/common/src/release.rs:8:1
|
8 | / impl ToString for Release {
9 | | fn to_string(&self) -> String {
10 | | format!("{}@{}", self.package, self.semver)
11 | | }
12 | | }
| |_^
|
= help: prefer implementing `Display` instead
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#to_string_trait_impl
= note: `#[warn(clippy::to_string_trait_impl)]` on by default
|
The logs for this run have expired and are no longer available.
Loading