diff options
| author | BO41 <botbob@disroot.org> | 2019-10-12 15:18:17 +0200 | 
|---|---|---|
| committer | BO41 <botbob@disroot.org> | 2019-10-12 15:18:17 +0200 | 
| commit | e5daab8c803484946d57d6cfb53c6b01c5eb60b7 (patch) | |
| tree | c70167439bd9fe9840a1dd55b1e479057a7dcc82 | |
| parent | 026447b9b0816bfc92d8072145a7a330ec8e3298 (diff) | |
| download | rust-e5daab8c803484946d57d6cfb53c6b01c5eb60b7.tar.gz rust-e5daab8c803484946d57d6cfb53c6b01c5eb60b7.zip  | |
Fix typo
| -rw-r--r-- | src/libcore/task/wake.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/task/wake.rs b/src/libcore/task/wake.rs index 65e29364287..6f841bd2adf 100644 --- a/src/libcore/task/wake.rs +++ b/src/libcore/task/wake.rs @@ -217,7 +217,7 @@ impl fmt::Debug for Context<'_> { /// This handle encapsulates a [`RawWaker`] instance, which defines the /// executor-specific wakeup behavior. /// -/// Implements [`Clone`], [`trait@Send`], and [`trait@Sync`]. +/// Implements [`Clone`], [`Send`], and [`Sync`]. /// /// [`RawWaker`]: struct.RawWaker.html #[repr(transparent)]  | 
