cargo fix

This commit is contained in:
hal8174 2025-02-20 22:17:54 +01:00
parent cb8d643c78
commit 811b34b0be
9 changed files with 7 additions and 10 deletions

View file

@ -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,

View file

@ -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};

View file

@ -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(