Fix all warnings
This commit is contained in:
parent
34ff825ff0
commit
721e83006d
11 changed files with 57 additions and 71 deletions
|
|
@ -4,7 +4,7 @@ use factorio_blueprint_generator::factory::{FactoryGraph, generate_factory};
|
|||
use factorio_core::{prelude::*, visualize::Visualize};
|
||||
use factorio_graph::{
|
||||
priority_queue::{
|
||||
ByKey, PriorityQueue,
|
||||
ByKey,
|
||||
binary_heap::{BinaryHeap, FastBinaryHeap},
|
||||
bucket_queue::BucketQueue,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue