Chain-Config update logic #751
proxy-compare.yml
on: pull_request
Proxy compare - newly generated vs present in file tree
3m 20s
Annotations
5 warnings
[clippy] common/transaction/src/lib.rs#L48:
common/transaction/src/lib.rs#L48
warning: method `default` can be confused for the standard trait method `std::default::Default::default`
--> common/transaction/src/lib.rs:48:5
|
48 | / pub fn default() -> Self {
49 | | StakeArgs {
50 | | token_id: TokenIdentifier::from(""),
51 | | amount: BigUint::default(),
52 | | }
53 | | }
| |_____^
|
= help: consider implementing the trait `std::default::Default` or choosing a less ambiguous method name
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#should_implement_trait
= note: `#[warn(clippy::should_implement_trait)]` on by default
|
[clippy] common/transaction/src/lib.rs#L48:
common/transaction/src/lib.rs#L48
warning: method `default` can be confused for the standard trait method `std::default::Default::default`
--> common/transaction/src/lib.rs:48:5
|
48 | / pub fn default() -> Self {
49 | | StakeArgs {
50 | | token_id: TokenIdentifier::from(""),
51 | | amount: BigUint::default(),
52 | | }
53 | | }
| |_____^
|
= help: consider implementing the trait `std::default::Default` or choosing a less ambiguous method name
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#should_implement_trait
= note: `#[warn(clippy::should_implement_trait)]` on by default
|
Proxy compare - newly generated vs present in file tree
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Proxy compare - newly generated vs present in file tree
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'matcher', 'rustflags', 'override']
|
Proxy compare - newly generated vs present in file tree
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'matcher', 'rustflags', 'override']
|