Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
MBerguer committed Jan 6, 2025
1 parent cb3a76a commit 777e47b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions crates/config/src/zksync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ pub struct ZkSyncConfig {
pub force_evmla: bool,

pub llvm_options: Vec<String>,

/// Detect missing libraries, instead of erroring
///
/// Currently unused
pub detect_missing_libraries: bool,

/// Enable optimizer for zkSync
Expand Down
2 changes: 0 additions & 2 deletions crates/forge/bin/cmd/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ pub struct BuildArgs {
pub ignore_eip_3860: bool,

/// Detect missing libraries, instead of erroring
///
/// Currently unused
#[clap(long = "zk-detect-missing-libraries", group = "build")]
pub detect_missing_libraries: bool,

Expand Down

0 comments on commit 777e47b

Please sign in to comment.