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

deny: ignore hashbrown duplication

This commit is contained in:
Sylvestre Ledru 2025-01-11 13:33:00 +01:00
parent 22ade13d3f
commit 55ec19ae56

View file

@ -91,6 +91,8 @@ skip = [
{ name = "thiserror-impl", version = "1.0.69" }, { name = "thiserror-impl", version = "1.0.69" },
# bindgen # bindgen
{ name = "itertools", version = "0.13.0" }, { name = "itertools", version = "0.13.0" },
# indexmap
{ name = "hashbrown", version = "0.14.5" },
] ]
# spell-checker: enable # spell-checker: enable