mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
deny.toml: remove two entries from skip list
rustix & linux-raw-sys
This commit is contained in:
@@ -58,10 +58,7 @@ highlight = "all"
|
||||
# introduces it.
|
||||
# spell-checker: disable
|
||||
skip = [
|
||||
# procfs
|
||||
{ name = "rustix", version = "0.36.16" },
|
||||
# rustix
|
||||
{ name = "linux-raw-sys", version = "0.1.4" },
|
||||
{ name = "linux-raw-sys", version = "0.3.8" },
|
||||
# terminal_size
|
||||
{ name = "rustix", version = "0.37.26" },
|
||||
|
||||
Reference in New Issue
Block a user