Resolve warnings
This commit is contained in:
parent
dfdeae5638
commit
b715c4ad06
18 changed files with 48 additions and 35 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue