Skip to content

Commit 59a0d91

Browse files
committed
fixup! simplify the PrivState
1 parent 91d759f commit 59a0d91

File tree

1 file changed

+0
-1
lines changed
  • tokio/src/runtime/scheduler

1 file changed

+0
-1
lines changed

tokio/src/runtime/scheduler/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ cfg_rt! {
284284
match_flavor!(self, Context(context) => context.with_registration_queue(f))
285285
}
286286

287-
288287
#[cfg(all(not(target_os = "wasi"), test))]
289288
pub(crate) fn with_time_context2<F, R>(&self, f: F) -> R
290289
where

0 commit comments

Comments
 (0)