Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Oct 11, 2022
1 parent 3d6fb7c commit ef5464a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muxers/test-harness/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use std::future::Future;
use std::pin::Pin;
use std::task::{Context, Poll};
use std::time::Duration;
use std::{fmt, io, mem};
use std::{fmt, mem};

pub async fn connected_muxers_on_memory_transport<MC, M, E>() -> (M, M)
where
Expand Down

0 comments on commit ef5464a

Please sign in to comment.