Skip to content

Commit

Permalink
Fix clippy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Aghili committed Oct 13, 2024
1 parent 34f8c80 commit c3546c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kani-driver/src/harness_runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ use rayon::prelude::*;
use std::fs::File;
use std::io::Write;
use std::path::Path;
use std::sync::mpsc;
use std::sync::Arc;
use std::thread;
use std::time::Instant;

use crate::args::OutputFormat;
Expand Down

0 comments on commit c3546c0

Please sign in to comment.