feat: Poseidon2 implementation and availabe as Merkle Hash #896
Annotations
2 warnings
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
empty line after doc comment:
plonk/src/proof_system/structs.rs#L291
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
|