Skip to content

Commit fc1e088

Browse files
committed
fix warnings
1 parent 00d57a9 commit fc1e088

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/linear_relation/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ where
402402
/// An array of [`ScalarVar`] representing the newly allocated scalar indices.
403403
///
404404
/// # Example
405-
/// ```
405+
/// ```ignore
406406
/// # use sigma_rs::LinearRelation;
407407
/// use curve25519_dalek::RistrettoPoint as G;
408408
///
@@ -430,7 +430,7 @@ where
430430
/// An array of [`GroupVar`] representing the newly allocated group element indices.
431431
///
432432
/// # Example
433-
/// ```
433+
/// ```ignore
434434
/// # use sigma_rs::LinearRelation;
435435
/// use curve25519_dalek::RistrettoPoint as G;
436436
///
@@ -639,7 +639,7 @@ where
639639
/// A `NISigmaProtocol` instance ready for proving and verification
640640
///
641641
/// # Example
642-
/// ```
642+
/// ```ignore
643643
/// # use sigma_rs::{LinearRelation, NISigmaProtocol};
644644
/// # use curve25519_dalek::RistrettoPoint as G;
645645
/// # use curve25519_dalek::scalar::Scalar;

0 commit comments

Comments
 (0)