Commit 19201b3
committed
Fix clippy
`clippy` has recently begun to fail with:
error: unnecessary semicolon
--> gix-transport/src/client/blocking_io/http/traits.rs:30:18
|
30 | };
| ^ help: remove
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_semicolon
= note: `-D clippy::unnecessary-semicolon` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::unnecessary_semicolon)]`
While it looks like this might first have been observed in #1917,
it is unrelated to any change there. It happens when the current
tip of main (4660f7a) is rerun, as observed in:
https://github.com/EliahKagan/gitoxide/actions/runs/14254079128/job/399582928461 parent 4660f7a commit 19201b3
File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments