Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy committed Oct 14, 2024
1 parent 239f1ff commit aad7226
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions crates/zksync/compiler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@
/// ZKSolc specific logic.
mod zksolc;

use std::{
path::{Path, PathBuf},
process::{Command, Stdio},
str::FromStr,
};
use std::path::PathBuf;

use foundry_config::{Config, SkipBuildFilters, SolcReq};
use semver::Version;
use tracing::{debug, trace};
pub use zksolc::*;

pub mod libraries;
Expand Down

0 comments on commit aad7226

Please sign in to comment.