Skip to content

Commit 632e3d6

Browse files
committed
Unused import.
1 parent 809514c commit 632e3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/system/system_registry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ mod tests {
864864
#[test]
865865
fn run_system_invalid_params() {
866866
use crate::system::RegisteredSystemError;
867-
use alloc::{format, string::ToString};
867+
use alloc::string::ToString;
868868

869869
struct T;
870870
impl Resource for T {}

0 commit comments

Comments
 (0)