remove unused nightly features

This commit is contained in:
bendn 2023-10-02 16:38:36 +07:00
parent 43da761a4e
commit 7faa5261a6
No known key found for this signature in database
GPG key ID: 0D9D3A2A3B2A93D6

View file

@ -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,