-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: dprint fmt Signed-off-by: simonsan <[email protected]> Signed-off-by: simonsan <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
10 deletions.
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 |
---|---|---|
|
@@ -24,7 +24,6 @@ | |
# list here is effectively saying which targets you are building for. | ||
targets = [ | ||
|
||
|
||
# The triple can be any string, but only the target triples built in to | ||
# rustc (as of 1.40) can be checked against actual config expressions | ||
# "x86_64-unknown-linux-musl", | ||
|
@@ -112,7 +111,6 @@ confidence-threshold = 0.8 | |
# aren't accepted for every possible crate as with the normal allow list | ||
exceptions = [ | ||
|
||
|
||
# Each entry is the crate and version constraint, and its specific allow | ||
# list | ||
# { allow = ["Zlib"], crate = "adler32" }, | ||
|
@@ -144,7 +142,6 @@ ignore = false | |
# not have its license(s) checked | ||
registries = [ | ||
|
||
|
||
# "https://sekretz.com/registry | ||
] | ||
|
||
|
@@ -173,14 +170,12 @@ external-default-features = "allow" | |
# List of crates that are allowed. Use with care! | ||
allow = [ | ||
|
||
|
||
# "[email protected]", | ||
# { crate = "[email protected]", reason = "you can specify a reason it is allowed" }, | ||
] | ||
# List of crates to deny | ||
deny = [ | ||
|
||
|
||
# "[email protected]", | ||
# { crate = "[email protected]", reason = "you can specify a reason it is banned" }, | ||
# Wrapper crates can optionally be specified to allow the crate when it | ||
|
@@ -214,7 +209,6 @@ deny = [ | |
# Certain crates/versions that will be skipped when doing duplicate detection. | ||
skip = [ | ||
|
||
|
||
# "[email protected]", | ||
# { crate = "[email protected]", reason = "you can specify a reason why it can't be updated/removed" }, | ||
] | ||
|
@@ -224,7 +218,6 @@ skip = [ | |
# by default infinite. | ||
skip-tree = [ | ||
|
||
|
||
# "[email protected]", # will be skipped along with _all_ of its direct and transitive dependencies | ||
# { crate = "[email protected]", depth = 20 }, | ||
] | ||
|
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