mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
chore: bump to newer nightly (#1426)
This commit is contained in:
@@ -124,7 +124,7 @@ impl Task {
|
||||
let res = panic::catch_unwind(panic::AssertUnwindSafe(|| {
|
||||
struct Guard<'a>(&'a mut Option<BoxFuture>, bool);
|
||||
|
||||
impl<'a> Drop for Guard<'a> {
|
||||
impl Drop for Guard<'_> {
|
||||
fn drop(&mut self) {
|
||||
// This drops the future
|
||||
if self.1 {
|
||||
|
||||
Reference in New Issue
Block a user