Skip to content

no_std ergo-lib, make ergo-merkle-tree and ergo-nipopow optional #432

no_std ergo-lib, make ergo-merkle-tree and ergo-nipopow optional

no_std ergo-lib, make ergo-merkle-tree and ergo-nipopow optional #432

Triggered via push November 27, 2024 05:20
Status Success
Total duration 29s
Artifacts

audit.yml

on: push
cargo audit
21s
cargo audit
Fit to window
Zoom out
Zoom in

Annotations

1 error
duplicated attribute: sigma-ser/src/lib.rs#L13
error: duplicated attribute --> sigma-ser/src/lib.rs:13:11 | 13 | #![forbid(unsafe_code)] | ^^^^^^^^^^^ | note: first defined here --> sigma-ser/src/lib.rs:5:11 | 5 | #![forbid(unsafe_code)] | ^^^^^^^^^^^ help: remove this attribute --> sigma-ser/src/lib.rs:13:11 | 13 | #![forbid(unsafe_code)] | ^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#duplicated_attributes = note: `-D clippy::duplicated-attributes` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::duplicated_attributes)]`