cargo fmt

This commit is contained in:
Simon Laux
2024-10-03 12:28:37 +02:00
parent 06c4eb9df0
commit 7bdac58040

View File

@@ -755,7 +755,6 @@ macro_rules! spawn_named_task {
Fut: ::std::future::Future + Send + 'static, Fut: ::std::future::Future + Send + 'static,
Fut::Output: Send + 'static, Fut::Output: Send + 'static,
{ {
#[cfg(tokio_unstable)] #[cfg(tokio_unstable)]
{ {
::tokio::task::Builder::new() ::tokio::task::Builder::new()