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 0475168 commit 5180351Copy full SHA for 5180351
futures-test/src/lib.rs
@@ -54,7 +54,7 @@ mod track_closed;
54
/// Enables an `async` test function. The generated future will be run to completion with
55
/// [`futures_executor::block_on`](futures_executor::block_on).
56
///
57
-/// ```no_run
+/// ```
58
/// #[futures_test::test]
59
/// async fn my_test() {
60
/// let fut = async { true };
0 commit comments