build: clean unused features
This commit is contained in:
parent
9c5a8f4042
commit
96f937586c
|
@ -1,9 +1,8 @@
|
|||
#![cfg(target_os = "windows")]
|
||||
#![deny(unsafe_op_in_unsafe_fn)]
|
||||
#![feature(const_trait_impl)]
|
||||
#![feature(let_chains)]
|
||||
#![feature(type_alias_impl_trait)]
|
||||
#![feature(int_roundings)]
|
||||
#![deny(unsafe_op_in_unsafe_fn)]
|
||||
|
||||
mod buffer;
|
||||
mod descriptor_heap;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#![feature(strict_provenance)]
|
||||
#![feature(let_chains)]
|
||||
#![feature(type_alias_impl_trait)]
|
||||
#![feature(impl_trait_in_assoc_type)]
|
||||
|
||||
mod binding;
|
||||
mod filter_chain;
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#![deny(unsafe_op_in_unsafe_fn)]
|
||||
#![feature(type_alias_impl_trait)]
|
||||
#![feature(let_chains)]
|
||||
#![feature(strict_provenance)]
|
||||
|
||||
mod draw_quad;
|
||||
mod filter_chain;
|
||||
|
|
Loading…
Reference in a new issue