mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
Merge pull request #4985 from cakebaker/deny_toml_add_hashbrown_to_skip_list
deny.toml: add hashbrown to skip list
This commit is contained in:
commit
ea532d1bdc
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ skip = [
|
||||||
{ name = "redox_syscall", version = "0.3.5" },
|
{ name = "redox_syscall", version = "0.3.5" },
|
||||||
# cpp_macros
|
# cpp_macros
|
||||||
{ name = "aho-corasick", version = "0.7.19" },
|
{ name = "aho-corasick", version = "0.7.19" },
|
||||||
|
# ordered-multimap (via rust-ini)
|
||||||
|
{ name = "hashbrown", version = "0.13.2" },
|
||||||
]
|
]
|
||||||
# spell-checker: enable
|
# spell-checker: enable
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue