Skip to content

Merge pull request #708 from EspressoSystems/ax/poseidon2 #1730

Merge pull request #708 from EspressoSystems/ax/poseidon2

Merge pull request #708 from EspressoSystems/ax/poseidon2 #1730

GitHub Actions / clippy succeeded Dec 12, 2024 in 1s

clippy

1 warning

Details

Results

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

Versions

  • rustc 1.83.0 (90b35a623 2024-11-26)
  • cargo 1.83.0 (5ffbef321 2024-10-29)
  • clippy 0.1.83 (90b35a6 2024-11-26)

Annotations

Check warning on line 292 in plonk/src/proof_system/structs.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

empty line after doc comment

warning: empty line after doc comment
   --> plonk/src/proof_system/structs.rs:291:5
    |
291 | /     /// The output wires are in the FpElemVar form.
292 | |
    | |_
293 | /     pub(crate) fn create_variables<F>(
294 | |         &self,
295 | |         circuit: &mut PlonkCircuit<F>,
296 | |         m: usize,
...   |
299 | |     where
300 | |         F: RescueParameter + SWToTEConParam,
    | |____________________________________________- the comment documents this method
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
    = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
    = help: if the empty line is unintentional remove it