remove unused imports from the ide

This commit is contained in:
endernon 2025-01-03 22:40:04 +00:00
parent 910658cf4c
commit 9c2771ad1f
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
use crate::jsonstruct::{ClassDeser, CraftedTypesFr, Durability, FuncParams, Identificationer, ItemTypeDeser, Powder, RequirementsDeser, Shinyjson, Shinystruct, SkillPointDeser}; use crate::jsonstruct::{CraftedTypesFr, Durability, FuncParams, Identificationer, ItemTypeDeser, Powder, RequirementsDeser, Shinyjson, Shinystruct};
use idmangler_lib::types::{ClassType, Element, ItemType, RollType, SkillType, Stat}; use idmangler_lib::types::{ClassType, Element, ItemType, RollType, SkillType, Stat};
use idmangler_lib::{CustomGearTypeData, CustomConsumableTypeData, DataEncoder, EndData, IdentificationData, NameData, PowderData, RequirementsData, RerollData, ShinyData, StartData, TypeData, DurabilityData}; use idmangler_lib::{CustomGearTypeData, CustomConsumableTypeData, DataEncoder, EndData, IdentificationData, NameData, PowderData, RequirementsData, RerollData, ShinyData, StartData, TypeData, DurabilityData};
use std::collections::HashMap; use std::collections::HashMap;

View file

@ -3,7 +3,6 @@ use idmangler_lib::types::{ItemType, TransformVersion, ConsumableType, GearType}
use serde::Deserialize; use serde::Deserialize;
use std::fs; use std::fs;
use idmangler_lib::types::{ConsumableType::*,GearType::*, ClassType, SkillType}; use idmangler_lib::types::{ConsumableType::*,GearType::*, ClassType, SkillType};
use idmangler_lib::types::Element::Earth;
use crate::jsonstruct::CraftedTypesFr::{Consu, Gear}; use crate::jsonstruct::CraftedTypesFr::{Consu, Gear};
// structs for the json parsing // structs for the json parsing