Skip to content

Commit

Permalink
feature gate use
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry committed Jul 17, 2022
1 parent 1494d3c commit 57b2e11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_log/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

#[cfg(feature = "trace")]
use std::panic;
#[cfg(feature = "tracing-appender")]
use std::path::PathBuf;

#[cfg(target_os = "android")]
Expand Down

0 comments on commit 57b2e11

Please sign in to comment.