Use correct feature and remove unused import
This commit is contained in:
parent
35b96344ba
commit
4387a7f391
|
@ -1,4 +1,4 @@
|
|||
#![feature(test)]
|
||||
#![feature(bench_black_box)]
|
||||
#![allow(unused_macros)]
|
||||
|
||||
extern crate nalgebra as na;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
use test::Bencher;
|
||||
use na::{DMatrix, Eigen};
|
||||
|
||||
fn eigen_100x100(bh: &mut criterion::Criterion) {
|
||||
|
|
Loading…
Reference in New Issue