Skip to content

Commit 5824df1

Browse files
committed
Ignore first doctest
1 parent 29c848c commit 5824df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lax/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//! This crates provides LAPACK wrapper as a traits.
77
//! For example, LU decomposition of general matrices is provided like:
88
//!
9-
//! ```
10-
//! pub trait Lapack{
9+
//! ```ignore
10+
//! pub trait Lapack {
1111
//! fn lu(l: MatrixLayout, a: &mut [Self]) -> Result<Pivot>;
1212
//! }
1313
//! ```

0 commit comments

Comments
 (0)