mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-31 00:00:07 +02:00
Prune duplicate crossbeam dependencies (#1795)
Signed-off-by: koushiro <[email protected]>
This commit is contained in:
committed by
Lucio Franco
parent
0f11d56a3c
commit
93cc30d051
@@ -390,7 +390,7 @@ fn reset_first_expiring_item_to_expire_later() {
|
||||
let epoch = time.now();
|
||||
|
||||
let foo = queue.insert_at("foo", epoch + ms(200));
|
||||
let bar = queue.insert_at("bar", epoch + ms(250));
|
||||
let _bar = queue.insert_at("bar", epoch + ms(250));
|
||||
|
||||
task.enter(|| {
|
||||
assert_not_ready!(queue);
|
||||
|
||||
Reference in New Issue
Block a user