Skip to content

Commit

Permalink
feat: derive Debug for EntityCount
Browse files Browse the repository at this point in the history
  • Loading branch information
i007c committed Dec 1, 2024
1 parent 3abd4fa commit 731e55b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shah/src/db/entity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use std::{
os::unix::fs::FileExt,
};

#[derive(Debug)]
pub struct EntityCount {
pub alive: u64,
pub total: u64,
Expand Down

0 comments on commit 731e55b

Please sign in to comment.