Skip to content

Commit 91b1c22

Browse files
committed
format
1 parent 22581a7 commit 91b1c22

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/bevy_utils/src/debug_info.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
use alloc::borrow::Cow;
2-
use alloc::string::String;
1+
use alloc::{borrow::Cow, fmt, string::String};
32
#[cfg(feature = "debug")]
43
use core::any::type_name;
54
use disqualified::ShortName;
6-
use alloc::fmt;
75

86
#[cfg(not(feature = "debug"))]
97
const FEATURE_DISABLED: &'static str = "Enable the debug feature to see the name";

0 commit comments

Comments
 (0)