Skip to content

Commit

Permalink
fix rebase crap
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-Kennedy committed Mar 5, 2025
1 parent 6b1f937 commit fc828b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/runtime/scheduler/multi_thread/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ use crate::runtime::scheduler::multi_thread::{
use crate::runtime::scheduler::{inject, Defer, Lock};
use crate::runtime::task::OwnedTasks;
use crate::runtime::{
blocking, coop, driver, scheduler, task, Config, OptionalTaskHooksFactory,
blocking, driver, scheduler, task, Config, OptionalTaskHooksFactory,
OptionalTaskHooksFactoryRef, SchedulerMetrics, WorkerMetrics,
};
use crate::task::coop;
Expand Down

0 comments on commit fc828b7

Please sign in to comment.