Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Dec 10, 2024
1 parent c85ed64 commit c79a88e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reffect/src/addon/ui/editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ impl Addon {
own_resources,
own_skillbar,
own_buffs,
target_buffs,
group_buffs,
target_buffs: _, // TODO: add after implementation completed
group_buffs: _,
} = &self.context.state;
let player = &self.context.player.info;
render_errors(
Expand Down

0 comments on commit c79a88e

Please sign in to comment.