Skip to content

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

Add explicit control of padding to the Builder API.

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

Triggered via pull request December 8, 2023 21:34
@nuttycomnuttycom
synchronize #403
padding_rule
Status Failure
Total duration 1m 15s
Artifacts

lints-stable.yml

on: pull_request
Clippy (MSRV)
1m 4s
Clippy (MSRV)
Fit to window
Zoom out
Zoom in

Annotations

1 error
missing documentation for an associated function: src/lib.rs#L50
error: missing documentation for an associated function --> src/builder.rs:50:5 | 50 | pub fn num_actions(&self, num_spends: usize, num_recipients: usize) -> usize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> src/lib.rs:16:9 | 16 | #![deny(missing_docs)] | ^^^^^^^^^^^^