mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
chore: upgrade Rust to 1.53.0 (#11021)
This commit is contained in:
parent
2a66d5de01
commit
8031644e65
12 changed files with 26 additions and 33 deletions
|
@ -644,10 +644,10 @@ mod tests {
|
|||
}
|
||||
}
|
||||
|
||||
assert_eq!(futures.into_iter().any(|fut| !fut.is_terminated()), false);
|
||||
assert!(!futures.into_iter().any(|fut| !fut.is_terminated()));
|
||||
|
||||
let cancel_handles = [cancel_now, cancel_at_0, cancel_at_1, cancel_at_4];
|
||||
assert_eq!(cancel_handles.iter().any(|c| !c.is_canceled()), false);
|
||||
assert!(!cancel_handles.iter().any(|c| !c.is_canceled()));
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue