Skip to content

Commit

Permalink
fix: fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxCWhitehead committed Sep 10, 2024
1 parent 85c5f8a commit 85e2a5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework_crates/bones_framework/src/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ pub struct LogFileConfig {
/// exiting. See [`tracing_appender::non_blocking::WorkerGuard`] docs for details.
#[derive(HasSchema)]
#[schema(no_clone, no_default)]
#[allow(dead_code)]
pub struct LogFileGuard(tracing_appender::non_blocking::WorkerGuard);

impl Drop for LogFileGuard {
Expand Down

0 comments on commit 85e2a5e

Please sign in to comment.