Skip to content

Commit

Permalink
chore: run clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Nov 5, 2024
1 parent 89c3a06 commit 0fac8e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ repository.workspace = true
workspace = true

[dependencies]
foundry-block-explorers = { workspace = true, features = [
"foundry-compilers",
] }
foundry-block-explorers = { workspace = true, features = ["foundry-compilers"] }
foundry-zksync-compiler.workspace = true
foundry-common-fmt.workspace = true
foundry-compilers.workspace = true
Expand Down Expand Up @@ -65,9 +63,6 @@ url.workspace = true
walkdir.workspace = true
yansi.workspace = true

# zksync
globset = "0.4"

[dev-dependencies]
similar-asserts.workspace = true
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
2 changes: 1 addition & 1 deletion crates/forge/tests/it/test_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ pub fn get_zk_compiled(zk_project: &ZkProject) -> ZkProjectCompileOutput {
write = Some(lock.write().unwrap());
}

out = zk_compiler.zksync_compile(zk_project, None);
out = zk_compiler.zksync_compile(zk_project);

if let Some(ref mut write) = write {
write.write_all(b"1").unwrap();
Expand Down

0 comments on commit 0fac8e8

Please sign in to comment.