Skip to content

fix(L-01): Incomplete Implementation for checkpoints.rs #868

fix(L-01): Incomplete Implementation for checkpoints.rs

fix(L-01): Incomplete Implementation for checkpoints.rs #868

Triggered via pull request October 5, 2024 11:40
Status Failure
Total duration 39s
Artifacts

check-wasm.yml

on: pull_request
Check WASM binary
30s
Check WASM binary
Fit to window
Zoom out
Zoom in

Annotations

3 errors
[clippy] contracts/src/utils/structs/checkpoints/generic_size.rs#L3: contracts/src/utils/structs/checkpoints/generic_size.rs#L3
error[E0433]: failed to resolve: use of undeclared crate or module `std` --> contracts/src/utils/structs/checkpoints/generic_size.rs:3:5 | 3 | use std::ops::{Add, Div, Mul, Sub}; | ^^^ use of undeclared crate or module `std`
[clippy] contracts/src/utils/structs/checkpoints/generic_size.rs#L3: contracts/src/utils/structs/checkpoints/generic_size.rs#L3
error[E0433]: failed to resolve: use of undeclared crate or module `std` --> contracts/src/utils/structs/checkpoints/generic_size.rs:3:5 | 3 | use std::ops::{Add, Div, Mul, Sub}; | ^^^ use of undeclared crate or module `std`
Check WASM binary
Process completed with exit code 101.