Commit 4f5571fb authored by gabi-250's avatar gabi-250 🤸
Browse files

proto: Remove now-unused import

`CircuitRxSender` is no longer a `Sink`, so we don't need this import
anymore.
parent 7dd0e99d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ pub(crate) mod test {
    use crate::stream::flow_ctrl::params::FlowCtrlParameters;
    use crate::stream::incoming::{IncomingStream, IncomingStreamRequestFilter};

    use futures::{AsyncReadExt as _, SinkExt as _, StreamExt as _};
    use futures::{AsyncReadExt as _, StreamExt as _};
    use tracing_test::traced_test;

    use tor_cell::chancell::{ChanCell, ChanCmd, msg as chanmsg};