Merge branch 'ya-lint' into 'main'

tor-linkspec: Fix an unused lint

See merge request tpo/core/arti!935
This commit is contained in:
eta 2023-01-06 17:16:27 +00:00
commit b525fccfb0
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@ use std::{fmt, iter::FusedIterator, net::SocketAddr};
use strum::IntoEnumIterator;
use tor_llcrypto::pk;
use crate::{ChannelMethod, PtTargetAddr, RelayIdRef, RelayIdType, RelayIdTypeIter};
use crate::{ChannelMethod, RelayIdRef, RelayIdType, RelayIdTypeIter};
#[cfg(feature = "pt-client")]
use crate::PtTargetAddr;
/// Legacy implementation helper for HasRelayIds.
///