Skip to content

Torrent update

Torrent update #99

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

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (1)

zung_torrent/src/sources/trackers/request.rs|385 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:385:55
|
385 | .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 385 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#L385

warning: this looks like a formatting argument but it is not part of a formatting macro
   --> zung_torrent/src/sources/trackers/request.rs:385:55
    |
385 |             .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:385: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:385:55
    |
385 |             .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__