Skip to content

Torrent update

Torrent update #108

GitHub Actions / clippy failed Jan 9, 2025 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (1)

zung_torrent/src/sources/trackers/request.rs|384 col 55| warning: this looks like a formatting argument but it is not part of a formatting macro
--> zung_torrent/src/sources/trackers/request.rs:384:55
|
384 | .context("Failed to recieve any response: {udp_url}")?;
| ^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
= note: #[warn(clippy::literal_string_with_formatting_args)] on by default

Filtered Findings (0)

Annotations

Check warning on line 384 in zung_torrent/src/sources/trackers/request.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] zung_torrent/src/sources/trackers/request.rs#L384

warning: this looks like a formatting argument but it is not part of a formatting macro
   --> zung_torrent/src/sources/trackers/request.rs:384:55
    |
384 |             .context("Failed to recieve any response: {udp_url}")?;
    |                                                       ^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
    = note: `#[warn(clippy::literal_string_with_formatting_args)]` on by default
Raw output
zung_torrent/src/sources/trackers/request.rs:384:55:w:warning: this looks like a formatting argument but it is not part of a formatting macro
   --> zung_torrent/src/sources/trackers/request.rs:384:55
    |
384 |             .context("Failed to recieve any response: {udp_url}")?;
    |                                                       ^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
    = note: `#[warn(clippy::literal_string_with_formatting_args)]` on by default


__END__