Update Rust crate webpki-roots to v1.0.6 #137
Merged
Annotations
5 warnings
|
clippy check:
src/conn.rs#L280
[clippy] reported by reviewdog πΆ
this function has too many arguments (8/7)
Raw Output:
src/conn.rs:280:1: warning: this function has too many arguments (8/7) (clippy::too_many_arguments)
|
|
clippy check:
src/conn.rs#L151
[clippy] reported by reviewdog πΆ
this function has too many arguments (8/7)
Raw Output:
src/conn.rs:151:1: warning: this function has too many arguments (8/7) (clippy::too_many_arguments)
|
|
clippy check:
src/main.rs#L131
[clippy] reported by reviewdog πΆ
this expression creates a reference which is immediately dereferenced by the compiler
Raw Output:
src/main.rs:131:71: warning: this expression creates a reference which is immediately dereferenced by the compiler (clippy::needless_borrow)
|
|
clippy check:
src/limiter.rs#L26
[clippy] reported by reviewdog πΆ
this `if` statement can be collapsed
Raw Output:
src/limiter.rs:26:9: warning: this `if` statement can be collapsed (clippy::collapsible_if)
|
|
clippy check:
src/sender.rs#L24
[clippy] reported by reviewdog πΆ
unnecessary map of the identity function
Raw Output:
src/sender.rs:24:15: warning: unnecessary map of the identity function (clippy::map_identity)
|
Loading