Fix typo
This commit is contained in:
@@ -217,7 +217,7 @@ impl fmt::Debug for Context<'_> {
|
|||||||
/// This handle encapsulates a [`RawWaker`] instance, which defines the
|
/// This handle encapsulates a [`RawWaker`] instance, which defines the
|
||||||
/// executor-specific wakeup behavior.
|
/// executor-specific wakeup behavior.
|
||||||
///
|
///
|
||||||
/// Implements [`Clone`], [`trait@Send`], and [`trait@Sync`].
|
/// Implements [`Clone`], [`Send`], and [`Sync`].
|
||||||
///
|
///
|
||||||
/// [`RawWaker`]: struct.RawWaker.html
|
/// [`RawWaker`]: struct.RawWaker.html
|
||||||
#[repr(transparent)]
|
#[repr(transparent)]
|
||||||
|
|||||||
Reference in New Issue
Block a user