Skip to content

Commit

Permalink
fix: no run doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Feb 7, 2025
1 parent b6c20ed commit df0871b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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, no_run
/// ```ignore,no_run
/// impl<C: ECDSACurve> From<Scalar<C>> for C::Uint {
/// fn from(scalar: Scalar<C>) -> Self {
/// scalar.0.into()
Expand Down
1 change: 1 addition & 0 deletions patch-testing/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/program/Cargo.lock

0 comments on commit df0871b

Please sign in to comment.