Skip to content

Commit

Permalink
make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarler committed May 2, 2024
1 parent 5fa6b7e commit 97edb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use clap::Parser;
use inferno::flamegraph;
use nix::unistd::Uid;
use primal::is_prime;
use tracing::{debug, error, Level};
use tracing::{error, Level};
use tracing_subscriber::fmt::format::FmtSpan;
use tracing_subscriber::FmtSubscriber;

Expand Down

0 comments on commit 97edb99

Please sign in to comment.