Skip to content

Commit

Permalink
thanks clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 14, 2023
1 parent 908468b commit 9fbed4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gix-transport/src/client/async_io/connect.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pub use crate::client::non_io_types::connect::{Error, Options};

#[cfg(any(feature = "async-std"))]
#[cfg(feature = "async-std")]
pub(crate) mod function {
use std::convert::TryInto;

Expand Down
2 changes: 1 addition & 1 deletion gix-transport/src/client/async_io/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ pub use traits::{SetServiceResponse, Transport, TransportV2Ext};

///
pub mod connect;
#[cfg(any(feature = "async-std"))]
#[cfg(feature = "async-std")]
pub use connect::function::connect;

0 comments on commit 9fbed4b

Please sign in to comment.