feat: option to set block timestamp (#121) #400
check-publish.yml
on: push
Check publish on crates.io
1m 28s
Annotations
3 warnings
[clippy] crates/motsu/src/context.rs#L632:
crates/motsu/src/context.rs#L632
warning: returning the result of a `let` binding from a block
--> crates/motsu/src/context.rs:634:5
|
632 | / let selector =
633 | | u32::from_be_bytes(TryInto::try_into(&calldata[..4]).unwrap());
| |_______________________________________________________________________- unnecessary `let` binding
634 | selector
| ^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_and_return
= note: `-W clippy::let-and-return` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::let_and_return)]`
help: return the expression directly
|
632 ~
633 ~ u32::from_be_bytes(TryInto::try_into(&calldata[..4]).unwrap())
|
|
[clippy] crates/motsu/src/context.rs#L632:
crates/motsu/src/context.rs#L632
warning: returning the result of a `let` binding from a block
--> crates/motsu/src/context.rs:634:5
|
632 | / let selector =
633 | | u32::from_be_bytes(TryInto::try_into(&calldata[..4]).unwrap());
| |_______________________________________________________________________- unnecessary `let` binding
634 | selector
| ^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_and_return
= note: `-W clippy::let-and-return` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::let_and_return)]`
help: return the expression directly
|
632 ~
633 ~ u32::from_be_bytes(TryInto::try_into(&calldata[..4]).unwrap())
|
|
Check publish on crates.io
Cache not found for keys: v0-rust-check-publish-Linux-x64-999e9954-9cb15d14, v0-rust-check-publish-Linux-x64-999e9954
|