Skip to content

Commit

Permalink
Rollup merge of rust-lang#105980 - goffrie:waker-drop, r=thomcc
Browse files Browse the repository at this point in the history
Refer to "Waker" rather than "RawWaker" in `drop` comment

In my view this is technically more correct as `Waker` actually implements `Drop` (which calls the `drop` method) whereas `RawWaker` does not.
  • Loading branch information
Yuki Okushi authored Dec 21, 2022
2 parents b1a3c58 + 0ef2032 commit 851c95f
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 851c95f

Please sign in to comment.