We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9599895 commit 94626feCopy full SHA for 94626fe
gix-transport/src/client/blocking_io/ssh/mod.rs
@@ -5,10 +5,7 @@ use std::{
5
6
use gix_url::{ArgumentSafety::*, Url};
7
8
-use crate::{
9
- client::{self, blocking_io::file::SpawnProcessOnDemand},
10
- Protocol,
11
-};
+use crate::{client::blocking_io::file::SpawnProcessOnDemand, Protocol};
12
13
/// The error used in [`connect()`].
14
#[derive(Debug, thiserror::Error)]
0 commit comments