Prune duplicate crossbeam dependencies (#1795)

Signed-off-by: koushiro <[email protected]>
This commit is contained in:
Qinxuan Chen
2020-01-20 17:01:06 -05:00
committed by Lucio Franco
parent 0f11d56a3c
commit 93cc30d051
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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);