rt: remove unstable cfgs leftovers after local runtime stabilization (#8298)

This commit is contained in:
Mattia Pitossi
2026-07-20 20:12:30 +02:00
committed by GitHub
parent 75fef53d0a
commit ac6869a431
8 changed files with 13 additions and 26 deletions
-2
View File
@@ -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::*;