Skip to content

Commit

Permalink
Ignore abis for fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DimiDumo committed Sep 19, 2024
1 parent e7876cf commit 32694f1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion packages/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ tiny_http = "0.12.0"
lettre = { version = "0.10.4", features = ["tokio1", "tokio1-native-tls"] }
ethers = { version = "2.0.10", features = ["abigen"] }
# relayer-utils = { version = "0.3.7", git = "https://github.com/zkemail/relayer-utils.git" }
relayer-utils = { rev = "0c19631", git = "https://github.com/zkemail/relayer-utils.git" }
relayer-utils = { rev = "6fb85e6", git = "https://github.com/zkemail/relayer-utils.git" }
# relayer-utils = { path="../../../relayer-utils" }
futures = "0.3.28"
sqlx = { version = "=0.7.3", features = ["postgres", "runtime-tokio"] }
regex = "1.10.2"
Expand Down
7 changes: 7 additions & 0 deletions packages/relayer/src/abis/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
#![allow(clippy::all)]


#[cfg_attr(rustfmt, rustfmt::skip)]
pub mod ecdsa_owned_dkim_registry;

#[cfg_attr(rustfmt, rustfmt::skip)]
pub mod email_account_recovery;

#[cfg_attr(rustfmt, rustfmt::skip)]
pub mod email_auth;

pub use ecdsa_owned_dkim_registry::ECDSAOwnedDKIMRegistry;
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.80.1
1.80.1
4 changes: 0 additions & 4 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
max_width = 100
indent_style = "Block"
use_small_heuristics = "Default"
imports_layout = "Mixed"
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
reorder_imports = true
reorder_modules = true

0 comments on commit 32694f1

Please sign in to comment.