cargo fix
This commit is contained in:
parent
cb8d643c78
commit
811b34b0be
9 changed files with 7 additions and 10 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use rayon::iter::{IntoParallelIterator, ParallelIterator};
|
||||
use tracing::{Level, field::Empty, info, span, trace, warn};
|
||||
use tracing::{Level, field::Empty, span, trace, warn};
|
||||
|
||||
use crate::{
|
||||
LayoutResult, Layouter,
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ use factorio_core::{
|
|||
use factorio_pathfinding::belt_finding::{self, conflict_avoidance::ConflictAvoidance};
|
||||
use rand::{
|
||||
Rng,
|
||||
seq::{IndexedRandom, SliceRandom},
|
||||
seq::IndexedRandom,
|
||||
};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::{sync::atomic::AtomicU32, time::Instant};
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ use factorio_core::prelude::*;
|
|||
use factorio_pathfinding::{Connection, examples::HashMapMap};
|
||||
use rand::{
|
||||
Rng,
|
||||
seq::{IndexedRandom, SliceRandom},
|
||||
seq::IndexedRandom,
|
||||
};
|
||||
|
||||
pub fn initally_set_blocks(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue