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 de0bb72 commit b454669Copy full SHA for b454669
src/lib.rs
@@ -43,6 +43,8 @@
43
//! [architecture]: https://blas-lapack-rs.github.io/architecture
44
//! [blas]: https://en.wikipedia.org/wiki/BLAS
45
46
+#![allow(clippy::missing_safety_doc, clippy::too_many_arguments)]
47
+
48
extern crate blas_sys as ffi;
49
extern crate num_complex as num;
50
0 commit comments