We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026447b commit e5daab8Copy full SHA for e5daab8
src/libcore/task/wake.rs
@@ -217,7 +217,7 @@ impl fmt::Debug for Context<'_> {
217
/// This handle encapsulates a [`RawWaker`] instance, which defines the
218
/// executor-specific wakeup behavior.
219
///
220
-/// Implements [`Clone`], [`trait@Send`], and [`trait@Sync`].
+/// Implements [`Clone`], [`Send`], and [`Sync`].
221
222
/// [`RawWaker`]: struct.RawWaker.html
223
#[repr(transparent)]
0 commit comments