We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c00f6 commit 94fc155Copy full SHA for 94fc155
tokio/tests/rt_basic.rs
@@ -1,6 +1,5 @@
1
#![warn(rust_2018_idioms)]
2
#![cfg(feature = "full")]
3
-#![cfg(not(miri))] // Possible bug on Miri.
4
5
use tokio::runtime::Runtime;
6
use tokio::sync::oneshot;
0 commit comments