fix cargo doc warnings (#417)
This commit is contained in:
parent
c6c78304a9
commit
03db60d94c
8 changed files with 14 additions and 14 deletions
|
|
@ -485,10 +485,10 @@ impl StatementArg {
|
|||
|
||||
impl ToFields for StatementArg {
|
||||
/// Encoding:
|
||||
/// - None => [0, 0, 0, 0, 0, 0, 0, 0]
|
||||
/// - Literal(v) => [[v], 0, 0, 0, 0]
|
||||
/// - Key(root, key) => [[root], [key]]
|
||||
/// - WildcardLiteral(v) => [[v], 0, 0, 0, 0]
|
||||
/// - None => `[0, 0, 0, 0, 0, 0, 0, 0]`
|
||||
/// - Literal(v) => `[[v], 0, 0, 0, 0]`
|
||||
/// - Key(root, key) => `[[root], [key]]`
|
||||
/// - WildcardLiteral(v) => `[[v], 0, 0, 0, 0]`
|
||||
fn to_fields(&self, params: &Params) -> Vec<F> {
|
||||
// NOTE for @ax0: I removed the old comment because may `to_fields` implementations do
|
||||
// padding and we need fixed output length for the circuits.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue