1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

rm: Remove remove_dir_all dependency

Closes #4335
This commit is contained in:
Yang Hau 2023-02-10 22:51:09 +08:00
parent 830f785220
commit 0b1edd33fc
4 changed files with 3 additions and 24 deletions

View file

@ -58,10 +58,7 @@ highlight = "all"
# For each duplicate dependency, indicate the name of the dependency which
# introduces it.
# spell-checker: disable
skip = [
# tempfile
{ name = "remove_dir_all", version = "=0.5.3" },
]
skip = []
# spell-checker: enable
# This section is considered when running `cargo deny check sources`.