Skip to content

Commit 3e47c0d

Browse files
committed
Add ignore flag
1 parent ce2933e commit 3e47c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
//!
2525
//! For example, we can execute [eigh][eigh] using three types of interfaces:
2626
//!
27-
//! ```rust
27+
//! ```rust,ignore
2828
//! let a = random((3, 3));
2929
//! let (eval, evec) = a.eigh(UPLO::Upper)?;
3030
//! let (eval, evec) = (&a).eigh(UPLO::Upper)?;

0 commit comments

Comments
 (0)