mirror of
https://github.com/bend-n/fimg.git
synced 2024-12-22 10:28:21 -06:00
remove unused nightly features
This commit is contained in:
parent
43da761a4e
commit
7faa5261a6
|
@ -3,9 +3,7 @@
|
||||||
//! Provides fast image operations, such as rotation, flipping, and overlaying.
|
//! Provides fast image operations, such as rotation, flipping, and overlaying.
|
||||||
#![feature(
|
#![feature(
|
||||||
slice_swap_unchecked,
|
slice_swap_unchecked,
|
||||||
stmt_expr_attributes,
|
|
||||||
generic_const_exprs,
|
generic_const_exprs,
|
||||||
vec_into_raw_parts,
|
|
||||||
slice_as_chunks,
|
slice_as_chunks,
|
||||||
unchecked_math,
|
unchecked_math,
|
||||||
slice_flatten,
|
slice_flatten,
|
||||||
|
|
Loading…
Reference in a new issue