Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years committed Oct 22, 2024
1 parent e601fe2 commit cb4d357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/examples/tower-load.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ async fn main() -> Result<(), Err> {
let svc = Server::bind(&addr).serve(svc);
let admin = Server::bind(&admin_addr).serve(admin);

#[allow(clippy::incompatible_msrv)]
let res = try_join!(
tokio::spawn(load_gen(addr)),
tokio::spawn(load_gen(addr)),
Expand Down

0 comments on commit cb4d357

Please sign in to comment.