mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
feat: add rustc unit_bindings extra-pedantic lint (#873)
This commit is contained in:
@@ -67,6 +67,9 @@ noop_method_call = "warn"
|
||||
unused_crate_dependencies = "warn"
|
||||
unused_macro_rules = "warn"
|
||||
|
||||
# == Extra-pedantic rustc == #
|
||||
unit_bindings = "warn"
|
||||
|
||||
[workspace.lints.clippy]
|
||||
|
||||
# == Safer unsafe == #
|
||||
|
||||
Reference in New Issue
Block a user