Use correct feature and remove unused import

This commit is contained in:
Vinzent Steinberg 2021-04-29 20:57:27 -03:00
parent 35b96344ba
commit 4387a7f391
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#![feature(test)]
#![feature(bench_black_box)]
#![allow(unused_macros)]
extern crate nalgebra as na;

View File

@ -1,4 +1,3 @@
use test::Bencher;
use na::{DMatrix, Eigen};
fn eigen_100x100(bh: &mut criterion::Criterion) {