File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ pub struct RawWakerVTable {
104104 /// pointer.
105105 wake_by_ref : unsafe fn ( * const ( ) ) ,
106106
107- /// This function gets called when a [`RawWaker `] gets dropped.
107+ /// This function gets called when a [`Waker `] gets dropped.
108108 ///
109109 /// The implementation of this function must make sure to release any
110110 /// resources that are associated with this instance of a [`RawWaker`] and
@@ -151,7 +151,7 @@ impl RawWakerVTable {
151151 ///
152152 /// # `drop`
153153 ///
154- /// This function gets called when a [`RawWaker `] gets dropped.
154+ /// This function gets called when a [`Waker `] gets dropped.
155155 ///
156156 /// The implementation of this function must make sure to release any
157157 /// resources that are associated with this instance of a [`RawWaker`] and
You can’t perform that action at this time.
0 commit comments