Skip to content

Commit

Permalink
fix: ignore code block for doctest (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed May 23, 2023
1 parent dcfee63 commit fb7352a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2-base/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ pub fn fe_to_biguint<F: ScalarField>(fe: &F) -> BigUint {
}

/// Converts a [BigPrimeField] element into a [BigInt] element by sending `fe` in `[0, F::modulus())` to
/// ```
/// ```ignore
/// fe, if fe < F::modulus() / 2
/// fe - F::modulus(), otherwise
/// ```
Expand Down

0 comments on commit fb7352a

Please sign in to comment.