Skip to content

Commit

Permalink
Merge pull request #5478 from cakebaker/deny_toml_remove_items_from_s…
Browse files Browse the repository at this point in the history
…kip_list

deny.toml: remove two entries from skip list
  • Loading branch information
sylvestre committed Nov 3, 2023
2 parents f8c474e + 6e114fe commit 1c7a788
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 1c7a788

Please sign in to comment.