Skip to content

Commit

Permalink
no run doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Feb 7, 2025
1 parent ca30ecd commit be9ffca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/zkvm/lib/src/ecdsa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ where
/// Required by the [`CurveArithmetic`] trait.
///
/// Note: In current Rust we cannot write:
/// ```rust
/// ```rust, no_run
/// impl<C: ECDSACurve> From<Scalar<C>> for C::Uint {
/// fn from(scalar: Scalar<C>) -> Self {
/// scalar.0.into()
Expand Down

0 comments on commit be9ffca

Please sign in to comment.