Skip to content

Commit b220a35

Browse files
committed
: Stabalize LocalRuntime
1 parent 9abb280 commit b220a35

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tokio/src/runtime/builder.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
#![cfg_attr(loom, allow(unused_imports))]
22

33
use crate::runtime::handle::Handle;
4-
#[cfg(tokio_unstable)]
5-
use crate::runtime::metrics::HistogramConfiguration;
64
use crate::runtime::{
7-
blocking, driver, Callback, HistogramBuilder, LocalOptions, LocalRuntime, Runtime,
8-
TaskCallback, TaskMeta,
5+
blocking, driver, Callback, HistogramBuilder, LocalOptions, LocalRuntime, Runtime, TaskCallback,
96
};
7+
#[cfg(tokio_unstable)]
8+
use crate::runtime::{metrics::HistogramConfiguration, TaskMeta};
109
use crate::util::rand::{RngSeed, RngSeedGenerator};
1110

1211
use crate::runtime::blocking::BlockingPool;

0 commit comments

Comments
 (0)