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 f86bb46 commit 18e46e8Copy full SHA for 18e46e8
futures/tests/auto_traits.rs
@@ -1,3 +1,5 @@
1
+#![cfg(feature = "compat")]
2
+
3
//! Assert Send/Sync/Unpin for all public types.
4
5
use futures::{
futures/tests/compat.rs
use tokio::timer::Delay;
use tokio::runtime::Runtime;
use std::time::Instant;
0 commit comments