chore: cargo clippy

This commit is contained in:
amizing25
2025-06-30 15:10:50 +07:00
parent 8d8686692e
commit bd40dc058f
7 changed files with 9398 additions and 505 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ impl_from!(Relic, BattleRelic, |value| {
impl_from!(Relic, EquipRelic, |value| {
EquipRelic {
slot: value.get_slot(),
r#type: value.get_slot(),
relic_unique_id: value.get_unique_id(),
}
});