mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 05:11:02 +00:00
ci: bump ci image for rust 1.70 (#14399)
* ci: bump ci image for rust 1.70 * ".git/.scripts/commands/update-ui/update-ui.sh" 1.70 * chore: ignore the new let_with_type_underscore lint --------- Co-authored-by: command-bot <>
This commit is contained in:
@@ -29,5 +29,8 @@ rustflags = [
|
||||
"-Aclippy::needless_option_as_deref", # false positives
|
||||
"-Aclippy::derivable_impls", # false positives
|
||||
"-Aclippy::stable_sort_primitive", # prefer stable sort
|
||||
"-Aclippy::extra-unused-type-parameters" # stylistic
|
||||
"-Aclippy::extra-unused-type-parameters", # stylistic
|
||||
"-Aclippy::let_with_type_underscore" # used as a workaround for an infinite macro expansion loop in clippy
|
||||
# specifying this as an attribute directly in the affected macro
|
||||
# triggers other weird rust 1.70 bugs
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user