clippy
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
jake 2023-11-11 22:05:40 -07:00
parent 1be61556ab
commit c8813866a5
2 changed files with 0 additions and 4 deletions

View File

@ -8,13 +8,11 @@ use elseware::patch::{PatchServerState, generate_patch_tree, load_config, load_m
use elseware::ship::ship::ShipServerStateBuilder;
use maps::Holiday;
use maps::maps::generate_free_roam_maps;
use entity::gateway::{EntityGateway, InMemoryGateway};
use entity::account::{NewUserAccountEntity, NewUserSettingsEntity};
use entity::character::NewCharacterEntity;
use entity::item::{NewItemEntity, ItemDetail, InventoryItemEntity};
use entity::item;
use drops::StandardDropTable;
fn setup_logger() {
let colors = fern::colors::ColoredLevelConfig::new()

View File

@ -2,8 +2,6 @@ use log::info;
use entity::gateway::postgres::PostgresGateway;
use elseware::ship::ship::ShipServerStateBuilder;
use networking::interserver::AuthToken;
use drops::StandardDropTable;
use maps::maps::generate_free_roam_maps;
fn main() {
let colors = fern::colors::ColoredLevelConfig::new()