mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
deny.toml: add syn to skip list
This commit is contained in:
parent
725f226941
commit
24c74d0f57
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ skip = [
|
|||
{ name = "aho-corasick", version = "0.7.19" },
|
||||
# ordered-multimap (via rust-ini)
|
||||
{ name = "hashbrown", version = "0.13.2" },
|
||||
# various crates
|
||||
{ name = "syn", version = "1.0.109" },
|
||||
]
|
||||
# spell-checker: enable
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue