Skip to content

Commit 94626fe

Browse files
committed
Thanks clippy
1 parent 9599895 commit 94626fe

File tree

1 file changed

+1
-4
lines changed
  • gix-transport/src/client/blocking_io/ssh

1 file changed

+1
-4
lines changed

gix-transport/src/client/blocking_io/ssh/mod.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ use std::{
55

66
use gix_url::{ArgumentSafety::*, Url};
77

8-
use crate::{
9-
client::{self, blocking_io::file::SpawnProcessOnDemand},
10-
Protocol,
11-
};
8+
use crate::{client::blocking_io::file::SpawnProcessOnDemand, Protocol};
129

1310
/// The error used in [`connect()`].
1411
#[derive(Debug, thiserror::Error)]

0 commit comments

Comments
 (0)