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