fix cargo doc warnings (#417)
This commit is contained in:
parent
c6c78304a9
commit
03db60d94c
8 changed files with 14 additions and 14 deletions
|
|
@ -989,6 +989,6 @@ pub trait MainPodProver {
|
|||
}
|
||||
|
||||
pub trait ToFields {
|
||||
/// returns Vec<F> representation of the type
|
||||
/// returns `Vec<F>` representation of the type
|
||||
fn to_fields(&self, params: &Params) -> Vec<F>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue