fast image operations
-rw-r--r--src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 945a929..74469db 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -3,9 +3,7 @@
//! Provides fast image operations, such as rotation, flipping, and overlaying.
#![feature(
slice_swap_unchecked,
- stmt_expr_attributes,
generic_const_exprs,
- vec_into_raw_parts,
slice_as_chunks,
unchecked_math,
slice_flatten,