mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
deny.toml: add terminal_size to skip list
This commit is contained in:
parent
97aa8ae5db
commit
e59285e276
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ skip = [
|
||||||
{ name = "bitflags", version = "1.3.2" },
|
{ name = "bitflags", version = "1.3.2" },
|
||||||
# various crates
|
# various crates
|
||||||
{ name = "redox_syscall", version = "0.3.5" },
|
{ name = "redox_syscall", version = "0.3.5" },
|
||||||
|
# clap_builder, textwrap
|
||||||
|
{ name = "terminal_size", version = "0.2.6" },
|
||||||
]
|
]
|
||||||
# spell-checker: enable
|
# spell-checker: enable
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue