mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-01 00:00:10 +02:00
rt: remove unstable cfgs leftovers after local runtime stabilization (#8298)
This commit is contained in:
@@ -581,7 +581,6 @@ mod spawn_local {
|
||||
map.spawn_local((), async {});
|
||||
}
|
||||
|
||||
#[cfg(tokio_unstable)]
|
||||
mod local_runtime {
|
||||
use super::*;
|
||||
|
||||
@@ -693,7 +692,6 @@ mod spawn_local {
|
||||
mod spawn_local_on {
|
||||
use super::*;
|
||||
|
||||
#[cfg(tokio_unstable)]
|
||||
mod local_runtime {
|
||||
use super::*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user