Skip to content

Commit e5daab8

Browse files
author
BO41
committed
Fix typo
1 parent 026447b commit e5daab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/task/wake.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ impl fmt::Debug for Context<'_> {
217217
/// This handle encapsulates a [`RawWaker`] instance, which defines the
218218
/// executor-specific wakeup behavior.
219219
///
220-
/// Implements [`Clone`], [`trait@Send`], and [`trait@Sync`].
220+
/// Implements [`Clone`], [`Send`], and [`Sync`].
221221
///
222222
/// [`RawWaker`]: struct.RawWaker.html
223223
#[repr(transparent)]

0 commit comments

Comments
 (0)