X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=benches%2Fbounding_box.rs;h=597f215ef4598b2135f5a14ea781cb2e63fc8afa;hb=c0cff536ab1cc34f0643770bee8e2a88373269d7;hp=277435c954d56515b401fbd6ad132ff2ad88607e;hpb=ddc6dcf1404bd232db94e76d92b2144eacc3e46e;p=mandelwow.git diff --git a/benches/bounding_box.rs b/benches/bounding_box.rs index 277435c..597f215 100644 --- a/benches/bounding_box.rs +++ b/benches/bounding_box.rs @@ -6,9 +6,9 @@ extern crate glutin; extern crate glium; extern crate test; +use glium::DisplayBuild; use mandelwow_lib::Cube; use mandelwow_lib::bounding_box::*; -use glium::DisplayBuild; #[bench] fn bench_bounding_box(b: &mut test::Bencher) {