Skip to content

Commit

Permalink
remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Dec 25, 2023
1 parent 0b66473 commit 1297648
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ use std::{env, io, time::Instant};

extern crate qsv_docopt as docopt;
use docopt::Docopt;
use fastrand; //DevSkim: ignore DS148264
use serde::Deserialize;

use crate::clitypes::{CliError, CliResult, QsvExitCode, CURRENT_COMMAND};
Expand Down
1 change: 0 additions & 1 deletion src/mainlite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use std::{env, io, time::Instant};

extern crate qsv_docopt as docopt;
use docopt::Docopt;
use fastrand; //DevSkim: ignore DS148264
use serde::Deserialize;

use crate::clitypes::{CliError, CliResult, QsvExitCode, CURRENT_COMMAND};
Expand Down

0 comments on commit 1297648

Please sign in to comment.