From 625bdc55f70b4247686e00e1ee0b307108c03b8a Mon Sep 17 00:00:00 2001 From: noah Date: Sun, 10 May 2026 11:11:32 -0500 Subject: [PATCH] fmt --- tokio/src/runtime/task/core.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tokio/src/runtime/task/core.rs b/tokio/src/runtime/task/core.rs index 15dd8f6b3..b679eadff 100644 --- a/tokio/src/runtime/task/core.rs +++ b/tokio/src/runtime/task/core.rs @@ -406,10 +406,7 @@ impl Core { /// # Safety /// /// The caller must ensure it is safe to mutate the `stage` field. - pub(super) fn drop_future_or_output( - &self, - #[cfg(tokio_unstable)] header: NonNull
, - ) { + pub(super) fn drop_future_or_output(&self, #[cfg(tokio_unstable)] header: NonNull
) { #[cfg(tokio_unstable)] let _current_task = { let dropping_future = self.stage.stage.with(|ptr| {