Skip to content

mini-alloc: a very simple bump allocator #108

mini-alloc: a very simple bump allocator

mini-alloc: a very simple bump allocator #108

Triggered via pull request December 2, 2023 06:55
Status Failure
Total duration 1m 38s
Artifacts

mac.yml

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

Annotations

2 errors and 1 warning
(aarch64-apple-darwin, nightly)
Process completed with exit code 101.
(aarch64-apple-darwin, stable)
Process completed with exit code 101.
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