Skip to content

Commit 86b1673

Browse files
committed
rm duplicate extern crate
1 parent aa1e458 commit 86b1673

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/blas.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@
4848
//! I know), instead output its own error conditions, for example on dimension
4949
//! mismatch in a matrix multiplication.
5050
//!
51-
extern crate rblas;
5251
5352
use std::os::raw::{c_int};
5453

55-
use self::rblas::{
54+
use rblas::{
5655
Matrix,
5756
Vector,
5857
};

0 commit comments

Comments
 (0)