mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 14:02:06 +03:00
03a763c5c8
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.