Skip to content

Commit

Permalink
lazy_lock
Browse files Browse the repository at this point in the history
  • Loading branch information
epompeii committed Oct 22, 2024
1 parent dc92ea3 commit d3c1038
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/bencher_plot/src/line.rs
Original file line number Diff line number Diff line change
Expand Up @@ -439,10 +439,9 @@ impl LineData {
#[cfg(test)]
#[allow(clippy::expect_used, clippy::unwrap_used)]
mod test {
use std::{fs::File, io::Write};
use std::{fs::File, io::Write, sync::LazyLock};

use bencher_json::JsonPerf;
use once_cell::sync::Lazy;

use crate::LinePlot;

Expand Down

0 comments on commit d3c1038

Please sign in to comment.