Skip to content

Commit b454669

Browse files
committed
Silence Clippy
1 parent de0bb72 commit b454669

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
//! [architecture]: https://blas-lapack-rs.github.io/architecture
4444
//! [blas]: https://en.wikipedia.org/wiki/BLAS
4545
46+
#![allow(clippy::missing_safety_doc, clippy::too_many_arguments)]
47+
4648
extern crate blas_sys as ffi;
4749
extern crate num_complex as num;
4850

0 commit comments

Comments
 (0)