code, code_size hostios #142
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
|
(x86_64-unknown-linux-gnu, 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/.
|
(x86_64-unknown-linux-gnu, 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/.
|