mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-27 01:20:28 +00:00
Apply clippy::as_underscore lint
This commit is contained in:
@@ -18,6 +18,7 @@ unsafe_op_in_unsafe_fn = "warn"
|
|||||||
all = "warn" # Downgrade deny-by-default lints
|
all = "warn" # Downgrade deny-by-default lints
|
||||||
pedantic = "warn"
|
pedantic = "warn"
|
||||||
as_ptr_cast_mut = "warn"
|
as_ptr_cast_mut = "warn"
|
||||||
|
as_underscore = "warn"
|
||||||
default_union_representation = "warn"
|
default_union_representation = "warn"
|
||||||
inline_asm_x86_att_syntax = "warn"
|
inline_asm_x86_att_syntax = "warn"
|
||||||
trailing_empty_array = "warn"
|
trailing_empty_array = "warn"
|
||||||
|
|||||||
Reference in New Issue
Block a user