We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f672b07 commit f45c83cCopy full SHA for f45c83c
lax/src/lib.rs
@@ -71,6 +71,8 @@
71
//! for solving least square problem by SVD
72
//!
73
74
+#![deny(rustdoc::broken_intra_doc_links)]
75
+
76
#[cfg(any(feature = "intel-mkl-system", feature = "intel-mkl-static"))]
77
extern crate intel_mkl_src as _src;
78
ndarray-linalg/src/lib.rs
@@ -44,6 +44,7 @@
44
clippy::type_complexity,
45
clippy::ptr_arg
46
)]
47
48
49
#[macro_use]
50
extern crate ndarray;
0 commit comments