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 7028718 commit 988bbaaCopy full SHA for 988bbaa
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