Skip to content

Commit

Permalink
Clippy + fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzm3r committed Dec 26, 2022
1 parent 9a9bdcc commit 8d7cca9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/one.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ pub struct ReadTraitFetch<'w, Trait: ?Sized> {
// After `Fetch::set_archetype` or `set_table` has been called,
// this will carry the component data and metadata for the first trait impl found in the archetype.
storage: ReadStorage<'w, Trait>,
last_change_tick: u32,
change_tick: u32,
}

enum ReadStorage<'w, Trait: ?Sized> {
Expand Down

0 comments on commit 8d7cca9

Please sign in to comment.