chore: fix lint warning (#283)

This commit is contained in:
Santiago Carmuega 2023-09-07 14:39:18 +02:00 committed by GitHub
parent faa11a5bfd
commit f515a6115c
15 changed files with 133 additions and 112 deletions

View file

@ -9,7 +9,7 @@ async fn setup_passive_muxer<const P: u16>() -> Plexer {
.await
.unwrap();
println!("listening for connections on port {}", P);
println!("listening for connections on port {P}");
let (bearer, _) = Bearer::accept_tcp(&server).await.unwrap();