chore: disable unused_crate_dependencies warning

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau
2024-07-24 04:35:32 -04:00
committed by Benoît Cortier
parent 4350058945
commit 9410f5356b
+2 -1
View File
@@ -90,7 +90,8 @@ noop_method_call = "warn"
# TODO: NOTE(@CBenoit): we probably want to ensure this in core tier crates only
# missing_docs = "warn"
# Compile-time / optimization
unused_crate_dependencies = "warn"
# Note: buggy with dev-dependencies or multiple targets
# unused_crate_dependencies = "warn"
unused_macro_rules = "warn"
[workspace.lints.clippy]