From 9a9e68bf2c7ae8abd4a9f8aa4736552b436e8e6d Mon Sep 17 00:00:00 2001 From: CoCoSol007 Date: Sat, 10 Feb 2024 00:34:21 +0100 Subject: [PATCH] change doc + remove unless import --- crates/border-wars/src/lib.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/border-wars/src/lib.rs b/crates/border-wars/src/lib.rs index 2c740d6..7aa1ec1 100644 --- a/crates/border-wars/src/lib.rs +++ b/crates/border-wars/src/lib.rs @@ -1,6 +1,4 @@ -//! The file that contains utility functions, enums, structs of the game. - -use std::default::Default; +//! The file that contains utility functions, enums, structs for the game. use bevy::prelude::*;