Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann committed Mar 21, 2023
1 parent 63d91ab commit de2a796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sarif/src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl SchemaVersion {
#[cfg(test)]
#[cfg(feature = "serde")]
pub(crate) mod tests {
use std::{eprintln, fs, fs::File, io::BufReader, path::Path, println};
use std::{eprintln, fs::File, io::BufReader};

use coverage_helper::test;

Expand Down

0 comments on commit de2a796

Please sign in to comment.