-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor: Ignore target folder on
taplo fmt
+ clippy (#700)
* 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
1 parent
b8a08c0
commit 4541230
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -894,7 +894,7 @@ where | |
&proof, | ||
) | ||
.ok()? | ||
.then(move || (Wrap(()), event)) | ||
.then_some((Wrap(()), event)) | ||
} | ||
|
||
#[inline] | ||
|