Torrent update #99
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
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__