Skip to content

Commit

Permalink
Minor: Ignore target folder on taplo fmt + clippy (#700)
Browse files Browse the repository at this point in the history
* exclude target dir from taplo format check

Signed-off-by: Adam Reif <[email protected]>

* clippy 1

Signed-off-by: Adam Reif <[email protected]>

Co-authored-by: Georgi Zlatarev <[email protected]>
  • Loading branch information
Adam Reif and ghzlatarev authored Jul 23, 2022
1 parent b8a08c0 commit 4541230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .taplo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
exclude = ["target/*"]
[formatting]
array_auto_collapse = false
array_auto_expand = false
Expand Down
2 changes: 1 addition & 1 deletion pallets/manta-pay/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ where
&proof,
)
.ok()?
.then(move || (Wrap(()), event))
.then_some((Wrap(()), event))
}

#[inline]
Expand Down

0 comments on commit 4541230

Please sign in to comment.