We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22581a7 commit 91b1c22Copy full SHA for 91b1c22
crates/bevy_utils/src/debug_info.rs
@@ -1,9 +1,7 @@
1
-use alloc::borrow::Cow;
2
-use alloc::string::String;
+use alloc::{borrow::Cow, fmt, string::String};
3
#[cfg(feature = "debug")]
4
use core::any::type_name;
5
use disqualified::ShortName;
6
-use alloc::fmt;
7
8
#[cfg(not(feature = "debug"))]
9
const FEATURE_DISABLED: &'static str = "Enable the debug feature to see the name";
0 commit comments