Skip to content

Update Rust crate hyper to v1.5.2 #210

Update Rust crate hyper to v1.5.2

Update Rust crate hyper to v1.5.2 #210

Triggered via pull request December 16, 2024 20:03
Status Success
Total duration 1m 53s
Artifacts

review.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
rust: src/main.rs#L249
[clippy] reported by reviewdog 🐶 redundant field names in struct initialization Raw Output: src/main.rs:249:17: warning: redundant field names in struct initialization (clippy::redundant_field_names)
rust: src/main.rs#L118
[clippy] reported by reviewdog 🐶 irrefutable `let...else` pattern Raw Output: src/main.rs:118:17: warning: irrefutable `let...else` pattern (irrefutable_let_patterns)
rust: src/main.rs#L41
[clippy] reported by reviewdog 🐶 this `.filter_map` can be written more simply using `.map` Raw Output: src/main.rs:41:16: warning: this `.filter_map` can be written more simply using `.map` (clippy::unnecessary_filter_map)
rust: src/main.rs#L182
[clippy] reported by reviewdog 🐶 using `clone` on type `Ipv4Addr` which implements the `Copy` trait Raw Output: src/main.rs:182:22: warning: using `clone` on type `Ipv4Addr` which implements the `Copy` trait (clippy::clone_on_copy)
rust
Unsupported Cargo.lock format, fallback to caching entire file