Fix clippy lints #162
lints.yml
on: pull_request
crates
/
Clippy (MSRV)
29s
crates
/
Clippy (beta)
14s
crates
/
Intra-doc links
36s
crates
/
Rustfmt
17s
tools
/
Clippy (MSRV)
38s
tools
/
Clippy (beta)
30s
tools
/
Intra-doc links
58s
tools
/
Rustfmt
3s
Annotations
10 warnings
crates / Clippy (beta)
clippy-action doesn't have permissions to view Check Runs, disabling!
|
crates / Clippy (beta)
Resource not accessible by integration
|
tools / Clippy (beta)
clippy-action doesn't have permissions to view Check Runs, disabling!
|
tools / Clippy (beta)
Resource not accessible by integration
|
the item `clap` is imported redundantly:
tools/src/bin/generate-bindings.rs#L10
warning: the item `clap` is imported redundantly
--> src/bin/generate-bindings.rs:10:12
|
10 | use clap::{self, crate_authors, crate_description, crate_version, value_parser};
| ^^^^ the item `clap` is already defined by prelude
|
= note: `#[warn(unused_imports)]` on by default
|
1 warning emitted
warning: 1 warning emitted
|
crates / Clippy (MSRV)
clippy-action doesn't have permissions to view Check Runs, disabling!
|
crates / Clippy (MSRV)
Resource not accessible by integration
|
tools / Clippy (MSRV)
clippy-action doesn't have permissions to view Check Runs, disabling!
|
tools / Clippy (MSRV)
Resource not accessible by integration
|