Remove feature(effects) from the standard library

This commit is contained in:
Deadbeef
2024-06-16 15:04:37 +00:00
parent e32ea4822b
commit 3b14b756d8
10 changed files with 10 additions and 19 deletions

View File

@@ -214,13 +214,11 @@
#![feature(const_mut_refs)]
#![feature(const_precise_live_drops)]
#![feature(const_refs_to_cell)]
#![feature(const_trait_impl)]
#![feature(decl_macro)]
#![feature(deprecated_suggestion)]
#![feature(doc_cfg)]
#![feature(doc_cfg_hide)]
#![feature(doc_notable_trait)]
#![feature(effects)]
#![feature(extern_types)]
#![feature(f128)]
#![feature(f16)]