Skip to content

Commit

Permalink
tests: fix a typo (#5236)
Browse files Browse the repository at this point in the history
Signed-off-by: Loong <[email protected]>
  • Loading branch information
daixiang0 authored Nov 28, 2022
1 parent 718d6ce commit 939b5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/tests/async_send_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ macro_rules! cfg_not_wasi {
}
}

// Manualy re-implementation of `async_assert_fn` for `poll_fn`. The macro
// Manually re-implementation of `async_assert_fn` for `poll_fn`. The macro
// doesn't work for this particular case because constructing the closure
// is too complicated.
const _: fn() = || {
Expand Down

0 comments on commit 939b5bb

Please sign in to comment.