mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 15:10:27 +00:00
Apply missing_debug_implementations lint at workspace level
This commit is contained in:
@@ -7,6 +7,7 @@ members = ["tools/codegen"]
|
|||||||
[workspace.lints.rust]
|
[workspace.lints.rust]
|
||||||
improper_ctypes = "warn"
|
improper_ctypes = "warn"
|
||||||
improper_ctypes_definitions = "warn"
|
improper_ctypes_definitions = "warn"
|
||||||
|
missing_debug_implementations = "warn"
|
||||||
non_ascii_idents = "warn"
|
non_ascii_idents = "warn"
|
||||||
rust_2018_idioms = "warn"
|
rust_2018_idioms = "warn"
|
||||||
single_use_lifetimes = "warn"
|
single_use_lifetimes = "warn"
|
||||||
|
|||||||
Reference in New Issue
Block a user