Skip to content

Commit ece52bc

Browse files
martin-gDarksonn
andauthored
Remove the closing bracket for the doc test no-wasm block
Co-authored-by: Alice Ryhl <[email protected]>
1 parent ebc094b commit ece52bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tokio/src/task/join_set.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,8 +656,7 @@ where
656656
/// # Examples
657657
///
658658
/// ```
659-
/// # #[cfg(not(target_family = "wasm"))]
660-
/// # {
659+
/// # #![cfg(not(target_family = "wasm"))]
661660
/// use tokio::task::JoinSet;
662661
///
663662
/// #[tokio::main]

0 commit comments

Comments
 (0)