mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
chore: bump to newer nightly (#1426)
This commit is contained in:
@@ -306,7 +306,7 @@ impl WakerRef for Waker {
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> WakerRef for &'a Waker {
|
||||
impl WakerRef for &Waker {
|
||||
fn wake(self) {
|
||||
self.wake_by_ref()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user