fix cargo doc warnings (#417)
This commit is contained in:
parent
c6c78304a9
commit
03db60d94c
8 changed files with 14 additions and 14 deletions
|
|
@ -50,8 +50,8 @@ impl fmt::Display for OperationAux {
|
|||
|
||||
impl ToFields for OperationType {
|
||||
/// Encoding:
|
||||
/// - Native(native_op) => [1, [native_op], 0, 0, 0, 0]
|
||||
/// - Custom(batch, index) => [3, [batch.id], index]
|
||||
/// - Native(native_op) => `[1, [native_op], 0, 0, 0, 0]`
|
||||
/// - Custom(batch, index) => `[3, [batch.id], index]`
|
||||
fn to_fields(&self, params: &Params) -> Vec<F> {
|
||||
let mut fields: Vec<F> = match self {
|
||||
Self::Native(p) => iter::once(F::from_canonical_u64(1))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue