Add explicit control of padding to the Builder API. #1155
Annotations
1 error
Run Clippy:
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)]
| ^^^^^^^^^^^^
|
The logs for this run have expired and are no longer available.
Loading