Skip to content

Commit

Permalink
Thanks clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Jan 26, 2025
1 parent 1dd0230 commit c0cbc19
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gix-transport/src/client/blocking_io/ssh/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ use std::{

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

use crate::{
client::{self, blocking_io::file::SpawnProcessOnDemand},
Protocol,
};
use crate::{client::blocking_io::file::SpawnProcessOnDemand, Protocol};

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

0 comments on commit c0cbc19

Please sign in to comment.