File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ pub struct RawWakerVTable {
104
104
/// pointer.
105
105
wake_by_ref : unsafe fn ( * const ( ) ) ,
106
106
107
- /// This function gets called when a [`RawWaker `] gets dropped.
107
+ /// This function gets called when a [`Waker `] gets dropped.
108
108
///
109
109
/// The implementation of this function must make sure to release any
110
110
/// resources that are associated with this instance of a [`RawWaker`] and
@@ -151,7 +151,7 @@ impl RawWakerVTable {
151
151
///
152
152
/// # `drop`
153
153
///
154
- /// This function gets called when a [`RawWaker `] gets dropped.
154
+ /// This function gets called when a [`Waker `] gets dropped.
155
155
///
156
156
/// The implementation of this function must make sure to release any
157
157
/// resources that are associated with this instance of a [`RawWaker`] and
You can’t perform that action at this time.
0 commit comments