Skip to content

Commit

Permalink
".git/.scripts/commands/update-ui/update-ui.sh"
Browse files Browse the repository at this point in the history
  • Loading branch information
command-bot committed May 13, 2024
1 parent a01dac1 commit d5fdd11
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ note: required because it appears within the type `RuntimeEvent`
28 | | }
| |_^
note: required by a bound in `EncodeLike`
--> $CARGO/parity-scale-codec-3.6.5/src/encode_like.rs
--> $CARGO/parity-scale-codec-3.6.11/src/encode_like.rs
|
| pub trait EncodeLike<T: Encode = Self>: Sized + Encode {}
| ^^^^^ required by this bound in `EncodeLike`
Expand Down Expand Up @@ -137,7 +137,7 @@ note: required because it appears within the type `RuntimeEvent`
28 | | }
| |_^
note: required by a bound in `Decode`
--> $CARGO/parity-scale-codec-3.6.5/src/codec.rs
--> $CARGO/parity-scale-codec-3.6.11/src/codec.rs
|
| pub trait Decode: Sized {
| ^^^^^ required by this bound in `Decode`
Expand Down Expand Up @@ -286,7 +286,7 @@ note: required because it appears within the type `RuntimeCall`
28 | | }
| |_^
note: required by a bound in `EncodeLike`
--> $CARGO/parity-scale-codec-3.6.5/src/encode_like.rs
--> $CARGO/parity-scale-codec-3.6.11/src/encode_like.rs
|
| pub trait EncodeLike<T: Encode = Self>: Sized + Encode {}
| ^^^^^ required by this bound in `EncodeLike`
Expand Down Expand Up @@ -317,7 +317,7 @@ note: required because it appears within the type `RuntimeCall`
28 | | }
| |_^
note: required by a bound in `Decode`
--> $CARGO/parity-scale-codec-3.6.5/src/codec.rs
--> $CARGO/parity-scale-codec-3.6.11/src/codec.rs
|
| pub trait Decode: Sized {
| ^^^^^ required by this bound in `Decode`
Expand Down

0 comments on commit d5fdd11

Please sign in to comment.