Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-komarevskiy committed Jul 16, 2024
1 parent ea4c8e5 commit 68a64ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ impl<S> Drop for DynamicRouteProvider<S> {
let tracker = self.tracker.clone();
// If no runtime is available do nothing.
if let Ok(handle) = Handle::try_current() {
let _ = handle.spawn(async move {
handle.spawn(async move {
tracker.wait().await;
warn!("{DYNAMIC_ROUTE_PROVIDER}: stopped gracefully");
});
Expand Down

0 comments on commit 68a64ea

Please sign in to comment.