Skip to content

Add explicit control of padding to the Builder API. #1169

Add explicit control of padding to the Builder API.

Add explicit control of padding to the Builder API. #1169

Triggered via pull request December 14, 2023 23:28
@nuttycomnuttycom
synchronize #403
padding_rule
Status Failure
Total duration 1m 30s
Artifacts

lints-stable.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error
this returns a `Result<_, ()>`: src/lib.rs#L47
error: this returns a `Result<_, ()>` --> src/builder.rs:47:5 | 47 | pub fn num_actions(&self, num_spends: usize, num_outputs: usize) -> Result<usize, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-D clippy::result-unit-err` implied by `-D warnings` = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err