Skip to content
GitHub Actions / clippy succeeded Jul 19, 2023 in 0s

clippy

8 warnings

Details

Results

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

Versions

  • rustc 1.65.0-nightly (34a6cae28 2022-08-09)
  • cargo 1.65.0-nightly (4fd148c47 2022-08-03)
  • clippy 0.1.64 (34a6cae 2022-08-09)

Annotations

Check warning on line 1 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

package `kzg-ceremony-sequencer` is missing `package.readme` metadata

warning: package `kzg-ceremony-sequencer` is missing `package.readme` metadata
  |
note: the lint level is defined here
 --> src/lib.rs:2:40
  |
2 | #![warn(clippy::all, clippy::pedantic, clippy::cargo, clippy::nursery)]
  |                                        ^^^^^^^^^^^^^
  = note: `#[warn(clippy::cargo_common_metadata)]` implied by `#[warn(clippy::cargo)]`
  = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata

Check warning on line 1 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

package `kzg-ceremony-sequencer` is missing `package.readme` metadata

warning: package `kzg-ceremony-sequencer` is missing `package.readme` metadata
  |
note: the lint level is defined here
 --> src/lib.rs:2:40
  |
2 | #![warn(clippy::all, clippy::pedantic, clippy::cargo, clippy::nursery)]
  |                                        ^^^^^^^^^^^^^
  = note: `#[warn(clippy::cargo_common_metadata)]` implied by `#[warn(clippy::cargo)]`
  = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata

Check warning on line 130 in crypto/src/transcript.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

docs for function returning `Result` missing `# Errors` section

warning: docs for function returning `Result` missing `# Errors` section
   --> crypto/src/transcript.rs:71:5
    |
71  | /     pub fn verify_self<E: Engine>(
72  | |         &self,
73  | |         num_g1: usize,
74  | |         num_g2: usize,
...   |
129 | |         Ok(())
130 | |     }
    | |_____^
    |
    = note: `#[warn(clippy::missing_errors_doc)]` implied by `#[warn(clippy::pedantic)]`
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_errors_doc

Check warning on line 130 in crypto/src/transcript.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

docs for function which may panic missing `# Panics` section

warning: docs for function which may panic missing `# Panics` section
   --> crypto/src/transcript.rs:71:5
    |
71  | /     pub fn verify_self<E: Engine>(
72  | |         &self,
73  | |         num_g1: usize,
74  | |         num_g2: usize,
...   |
129 | |         Ok(())
130 | |     }
    | |_____^
    |
note: the lint level is defined here
   --> crypto/src/lib.rs:2:22
    |
2   | #![warn(clippy::all, clippy::pedantic, clippy::cargo, clippy::nursery)]
    |                      ^^^^^^^^^^^^^^^^
    = note: `#[warn(clippy::missing_panics_doc)]` implied by `#[warn(clippy::pedantic)]`
note: first possible panic found here
   --> crypto/src/transcript.rs:77:9
    |
77  |         assert!(num_g1 >= 2);
    |         ^^^^^^^^^^^^^^^^^^^^
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_panics_doc

Check warning on line 130 in crypto/src/transcript.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

docs for function returning `Result` missing `# Errors` section

warning: docs for function returning `Result` missing `# Errors` section
   --> crypto/src/transcript.rs:71:5
    |
71  | /     pub fn verify_self<E: Engine>(
72  | |         &self,
73  | |         num_g1: usize,
74  | |         num_g2: usize,
...   |
129 | |         Ok(())
130 | |     }
    | |_____^
    |
    = note: `#[warn(clippy::missing_errors_doc)]` implied by `#[warn(clippy::pedantic)]`
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_errors_doc

Check warning on line 130 in crypto/src/transcript.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

docs for function which may panic missing `# Panics` section

warning: docs for function which may panic missing `# Panics` section
   --> crypto/src/transcript.rs:71:5
    |
71  | /     pub fn verify_self<E: Engine>(
72  | |         &self,
73  | |         num_g1: usize,
74  | |         num_g2: usize,
...   |
129 | |         Ok(())
130 | |     }
    | |_____^
    |
note: the lint level is defined here
   --> crypto/src/lib.rs:2:22
    |
2   | #![warn(clippy::all, clippy::pedantic, clippy::cargo, clippy::nursery)]
    |                      ^^^^^^^^^^^^^^^^
    = note: `#[warn(clippy::missing_panics_doc)]` implied by `#[warn(clippy::pedantic)]`
note: first possible panic found here
   --> crypto/src/transcript.rs:77:9
    |
77  |         assert!(num_g1 >= 2);
    |         ^^^^^^^^^^^^^^^^^^^^
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_panics_doc

Check warning on line 1 in crypto/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

package `kzg-ceremony-sequencer` is missing `package.readme` metadata

warning: package `kzg-ceremony-sequencer` is missing `package.readme` metadata
  |
note: the lint level is defined here
 --> crypto/src/lib.rs:2:40
  |
2 | #![warn(clippy::all, clippy::pedantic, clippy::cargo, clippy::nursery)]
  |                                        ^^^^^^^^^^^^^
  = note: `#[warn(clippy::cargo_common_metadata)]` implied by `#[warn(clippy::cargo)]`
  = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata

Check warning on line 1 in crypto/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

package `kzg-ceremony-sequencer` is missing `package.readme` metadata

warning: package `kzg-ceremony-sequencer` is missing `package.readme` metadata
  |
note: the lint level is defined here
 --> crypto/src/lib.rs:2:40
  |
2 | #![warn(clippy::all, clippy::pedantic, clippy::cargo, clippy::nursery)]
  |                                        ^^^^^^^^^^^^^
  = note: `#[warn(clippy::cargo_common_metadata)]` implied by `#[warn(clippy::cargo)]`
  = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cargo_common_metadata