Skip to content

Update actix-web to v4.9.0 #1392

Update actix-web to v4.9.0

Update actix-web to v4.9.0 #1392

Triggered via pull request October 30, 2024 10:20
Status Success
Total duration 2m 29s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 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/main.rs#L202
[clippy] reported by reviewdog 🐶 redundant closure Raw Output: src/main.rs:202:72: warning: redundant closure (clippy::redundant_closure)
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)
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)