mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-10 06:30:32 +00:00
Apply unnameable_types lint
This commit is contained in:
@@ -13,6 +13,7 @@ rust_2018_idioms = "warn"
|
|||||||
single_use_lifetimes = "warn"
|
single_use_lifetimes = "warn"
|
||||||
unexpected_cfgs = { level = "warn", check-cfg = [
|
unexpected_cfgs = { level = "warn", check-cfg = [
|
||||||
] }
|
] }
|
||||||
|
unnameable_types = "warn"
|
||||||
unreachable_pub = "warn"
|
unreachable_pub = "warn"
|
||||||
unsafe_op_in_unsafe_fn = "warn"
|
unsafe_op_in_unsafe_fn = "warn"
|
||||||
[workspace.lints.clippy]
|
[workspace.lints.clippy]
|
||||||
|
|||||||
Reference in New Issue
Block a user