Skip to content

Commit

Permalink
code: Remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
felinira committed Feb 25, 2024
1 parent 2c9146d commit 374a2b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/transfer/cancel.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/// Various helpers to deal with closing connections and cancellation
use super::*;
use crate::util;
use futures::Future;

/// A weird mixture of [`futures::future::Abortable`], [`async_std::sync::Condvar`] and [`futures::future::Select`] tailored to our Ctrl+C handling.
///
Expand Down
1 change: 0 additions & 1 deletion src/transit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,6 @@ impl<'de> serde::Deserialize<'de> for RelayHint {
}

use crate::core::Ability;
use std::convert::{TryFrom, TryInto};

impl TryFrom<&DirectHint> for IpAddr {
type Error = std::net::AddrParseError;
Expand Down

0 comments on commit 374a2b0

Please sign in to comment.