Skip to content

Commit 5180351

Browse files
ibraheemdevtaiki-e
authored andcommitted
don't skip async-test macro doc tests
1 parent 0475168 commit 5180351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures-test/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ mod track_closed;
5454
/// Enables an `async` test function. The generated future will be run to completion with
5555
/// [`futures_executor::block_on`](futures_executor::block_on).
5656
///
57-
/// ```no_run
57+
/// ```
5858
/// #[futures_test::test]
5959
/// async fn my_test() {
6060
/// let fut = async { true };

0 commit comments

Comments
 (0)