mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +00:00
Bump ci-linux to rust 1.69 (#14060)
* Pin ci-linux image for rust 1.69 * Update ui tests for rust 1.69 * Address new rust 1.69 clippy lints * `derive_hash_xor_eq` has been renamed to `derived_hash_with_manual_eq` * The new `extra-unused-type-parameters` complains about a bunch of callsites where extraneous type parameters are used for consistency with other functions.
This commit is contained in:
@@ -4,7 +4,7 @@ error[E0053]: method `test` has an incompatible type for trait
|
||||
19 | fn test(data: String) {}
|
||||
| ^^^^^^
|
||||
| |
|
||||
| expected `u64`, found struct `String`
|
||||
| expected `u64`, found `std::string::String`
|
||||
| help: change the parameter type to match the trait: `u64`
|
||||
|
|
||||
note: type in trait
|
||||
@@ -21,7 +21,7 @@ error[E0308]: mismatched types
|
||||
17 | / sp_api::impl_runtime_apis! {
|
||||
18 | | impl self::Api<Block> for Runtime {
|
||||
19 | | fn test(data: String) {}
|
||||
| | ^^^^ expected `u64`, found struct `String`
|
||||
| | ^^^^ expected `u64`, found `String`
|
||||
20 | | }
|
||||
... |
|
||||
32 | | }
|
||||
|
||||
Reference in New Issue
Block a user