joinset: fix loom test without tokio_unstable (#4783)

This commit is contained in:
baul
2022-06-23 09:41:30 +02:00
committed by GitHub
parent 485ca3e37c
commit 55078ffec3
+1
View File
@@ -1,3 +1,4 @@
#![cfg(tokio_unstable)]
use crate::runtime::Builder;
use crate::task::JoinSet;