Resolve warnings

This commit is contained in:
hal8174 2025-01-18 22:47:48 +01:00
parent dfdeae5638
commit b715c4ad06
18 changed files with 48 additions and 35 deletions

View file

@ -1,9 +1,7 @@
use clap::{Parser, Subcommand};
use factorio_blueprint::{
BlueprintBook, BlueprintBookEntry, BlueprintString, encode,
misc::{Beltspeed, Belttype},
};
use factorio_blueprint::{BlueprintBook, BlueprintBookEntry, BlueprintString, encode};
use factorio_blueprint_generator::station::basic_unload_station;
use factorio_core::beltoptions::{Beltspeed, Belttype};
#[derive(Parser)]
struct Args {