chore: fix lint warning (#283)
This commit is contained in:
parent
faa11a5bfd
commit
f515a6115c
15 changed files with 133 additions and 112 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue