Skip to content

Update ERC20 Example + Eliminate Solc Warnings on Exports #146

Update ERC20 Example + Eliminate Solc Warnings on Exports

Update ERC20 Example + Eliminate Solc Warnings on Exports #146

Triggered via pull request February 1, 2024 16:45
Status Success
Total duration 1m 22s
Artifacts

mac.yml

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

Annotations

4 warnings
use of a fallible conversion when an infallible one could be used: stylus-sdk/src/storage/map.rs#L189
warning: use of a fallible conversion when an infallible one could be used --> stylus-sdk/src/storage/map.rs:189:32 | 189 | let int: U160 = self.0.try_into().unwrap(); | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions = note: `#[warn(clippy::unnecessary_fallible_conversions)]` on by default
use of a fallible conversion when an infallible one could be used: stylus-sdk/src/storage/map.rs#L189
warning: use of a fallible conversion when an infallible one could be used --> stylus-sdk/src/storage/map.rs:189:32 | 189 | let int: U160 = self.0.try_into().unwrap(); | ^^^^^^^^^^^^^^^^^^^ help: use: `into()` | = note: converting `FixedBytes<20>` to `Uint<160, 3>` cannot fail = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions = note: `#[warn(clippy::unnecessary_fallible_conversions)]` on by default
(aarch64-apple-darwin, nightly)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
(aarch64-apple-darwin, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.