Skip to content

Commit

Permalink
We don't need to print the RNG, so we can ignore it
Browse files Browse the repository at this point in the history
  • Loading branch information
b-n committed Sep 4, 2023
1 parent 241c968 commit 5739ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awt-simulation/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ impl alloc::fmt::Debug for Config {
.field("tick_size", &self.tick_size)
.field("clients", &self.clients)
.field("servers", &self.servers)
.finish()
.finish_non_exhaustive()
}
}

Expand Down

0 comments on commit 5739ddd

Please sign in to comment.