1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #5478 from cakebaker/deny_toml_remove_items_from_skip_list

deny.toml: remove two entries from skip list
This commit is contained in:
Sylvestre Ledru 2023-11-03 08:51:43 +01:00 committed by GitHub
commit 1c7a788093
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" },