Skip to content

Revamp and Add More to Stylus Cache Manager CLI #285

Revamp and Add More to Stylus Cache Manager CLI

Revamp and Add More to Stylus Cache Manager CLI #285

Triggered via pull request August 15, 2024 23:26
Status Success
Total duration 2m 53s
Artifacts

linux.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
unneeded `return` statement: check/src/wallet.rs#L74
warning: unneeded `return` statement --> check/src/wallet.rs:74:9 | 74 | return Ok(EthereumWallet::new(signer)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = note: `#[warn(clippy::needless_return)]` on by default help: remove `return` | 74 - return Ok(EthereumWallet::new(signer)); 74 + Ok(EthereumWallet::new(signer)) |
useless conversion to the same type: `u128`: check/src/cache.rs#L229
warning: useless conversion to the same type: `u128` --> check/src/cache.rs:229:21 | 229 | let gas: u128 = gas.try_into().unwrap_or(u128::MAX); | ^^^^^^^^^^^^^^ | = help: consider removing `.try_into()` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default
(x86_64-unknown-linux-gnu, nightly)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
(x86_64-unknown-linux-gnu, stable)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/