Remove unused mut reference

This commit is contained in:
2022-12-27 22:11:04 +01:00
parent b93194f762
commit fdddf56156
4 changed files with 163 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ mod approx;
pub mod batch;
mod game;
pub mod gaussian;
// mod gaussian2;
mod history;
mod message;
pub mod player;