We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4accc commit eb2abf5Copy full SHA for eb2abf5
src/double_priority_queue/mod.rs
@@ -489,7 +489,8 @@ where
489
.change_priority_by(item, priority_setter)
490
.map(|pos| {
491
self.up_heapify(pos);
492
- }).is_some()
+ })
493
+ .is_some()
494
}
495
496
/// Get the priority of an item, or `None`, if the item is not in the queue
src/priority_queue/mod.rs
@@ -423,7 +423,8 @@ where
423
424
425
426
427
428
429
430
0 commit comments