mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
chore: disable unused_crate_dependencies warning
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
committed by
Benoît Cortier
parent
4350058945
commit
9410f5356b
+2
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user