chore(deps): lock file maintenance #1414
Annotations
5 warnings
rust:
src/slack.rs#L31
[clippy] reported by reviewdog 🐶
variants `Warning`, `Danger`, `Merged`, and `Closed` are never constructed
Raw Output:
src/slack.rs:31:10: warning: variants `Warning`, `Danger`, `Merged`, and `Closed` are never constructed (dead_code)
|
rust:
src/slack.rs#L45
[clippy] reported by reviewdog 🐶
associated function `from_string` is never used
Raw Output:
src/slack.rs:45:1: warning: associated function `from_string` is never used (dead_code)
|
rust:
src/github/common.rs#L302
[clippy] reported by reviewdog 🐶
direct implementation of `ToString`
Raw Output:
src/github/common.rs:302:1: warning: direct implementation of `ToString` (clippy::to_string_trait_impl)
|
rust:
src/github/mod.rs#L26
[clippy] reported by reviewdog 🐶
field `number` is never read
Raw Output:
src/github/mod.rs:26:12: warning: field `number` is never read (dead_code)
|
rust:
src/github/mod.rs#L48
[clippy] reported by reviewdog 🐶
method `is_pull_request` is never used
Raw Output:
src/github/mod.rs:48:1: warning: method `is_pull_request` is never used (dead_code)
|