Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fetchpost
: clippy missing semicolon; short-circuit debug msg in hot…
… loop warning: consider adding a `;` to the last statement for consistent formatting --> src/cmd/fetchpost.rs:621:13 | 621 | s.clone_into(&mut url) | ^^^^^^^^^^^^^^^^^^^^^^ help: add a `;` here: `s.clone_into(&mut url);` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#semicolon_if_nothing_returned = note: `-W clippy::semicolon-if-nothing-returned` implied by `-W clippy::pedantic`
- Loading branch information