change doc + remove unless import
Some checks failed
Rust Checks / checks (push) Has been cancelled
Rust Checks / checks (pull_request) Successful in 1m2s

This commit is contained in:
CoCo_Sol 2024-02-10 00:34:21 +01:00
parent 73acfaddd2
commit 9a9e68bf2c

View file

@ -1,6 +1,4 @@
//! The file that contains utility functions, enums, structs of the game. //! The file that contains utility functions, enums, structs for the game.
use std::default::Default;
use bevy::prelude::*; use bevy::prelude::*;