Fix dep clippies

This commit is contained in:
Remco Bloemen 2022-03-11 10:44:33 -08:00
parent 950e5b3c34
commit 3f9442decb
2 changed files with 4 additions and 2 deletions

View File

@ -58,8 +58,8 @@ tempfile = "3.0"
tiny-keccak = "2.0.2"
tracing-test = "0.2"
[patch.crates-io]
wasmer = { git = 'https://github.com/philsippl/wasmer', rev = "e776616"}
# [patch.crates-io]
# wasmer = { git = 'https://github.com/philsippl/wasmer', rev = "e776616"}
[profile.release]
codegen-units = 1

View File

@ -1,5 +1,7 @@
#![doc = include_str!("../Readme.md")]
#![warn(clippy::all, clippy::pedantic, clippy::cargo, clippy::nursery)]
// TODO: ark-circom and ethers-core pull in a lot of deps, some duplicate.
#![allow(clippy::multiple_crate_versions)]
pub mod hash;
pub mod identity;