mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 20:17:57 +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:
@@ -23,5 +23,6 @@ error[E0277]: `Bar` doesn't implement `std::fmt::Debug`
|
||||
= note: required for the cast from `&Bar` to the object type `dyn std::fmt::Debug`
|
||||
help: consider annotating `Bar` with `#[derive(Debug)]`
|
||||
|
|
||||
17 | #[derive(Debug)]
|
||||
17 + #[derive(Debug)]
|
||||
18 | struct Bar;
|
||||
|
|
||||
|
||||
@@ -11,5 +11,6 @@ note: required by a bound in `GenesisBuild`
|
||||
| ^^^^^^^ required by this bound in `GenesisBuild`
|
||||
help: consider annotating `pallet::GenesisConfig` with `#[derive(Default)]`
|
||||
|
|
||||
19 | #[derive(Default)]
|
||||
19 + #[derive(Default)]
|
||||
20 | pub struct GenesisConfig;
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user