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

GitHub Actions / clippy failed Nov 27, 2024 in 0s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.81.0 (eeb90cda1 2024-09-04)
  • cargo 1.81.0 (2dbb1af80 2024-08-20)
  • clippy 0.1.81 (eeb90cd 2024-09-04)

Annotations

Check failure on line 13 in sigma-ser/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

duplicated attribute

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)]`