fast image operations
Diffstat (limited to 'benches/scaling.rs')
-rw-r--r--benches/scaling.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/benches/scaling.rs b/benches/scaling.rs
index 389998f..3a55a6a 100644
--- a/benches/scaling.rs
+++ b/benches/scaling.rs
@@ -1,4 +1,6 @@
-use fimg::{scale::*, Image};
+#![feature(generic_const_exprs)]
+#![allow(incomplete_features)]
+use fimg::{Image, scale::*};
macro_rules! bench {
($([$a: ident, $alg:ident]),+ $(,)?) => {