]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #52822 - MajorBreakfast:fix-from-local-waker, r=cramertj
authorPietro Albini <pietro@pietroalbini.org>
Wed, 1 Aug 2018 08:12:44 +0000 (10:12 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Aug 2018 08:12:44 +0000 (10:12 +0200)
commit9e43ebda534c14885124fbde2915083f43ec1c99
tree7bda4a733049b213efd1c5c5386e0216b2682cb2
parent39406ee241714085bfcd2aa0bec2a6c75c28c01a
parentea25cf1cc6da92c85e7c17753e6b1defd8effee9
Rollup merge of #52822 - MajorBreakfast:fix-from-local-waker, r=cramertj

Fix From<LocalWaker>

This is a follow-up to https://github.com/rust-lang/rust/pull/52640

Fixes `From<LocalWaker>` which is affected by the same accidental drop bug (unless I'm totally mistaken)

r? @cramertj