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 d901cce commit 9587d78Copy full SHA for 9587d78
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