Stabilize const_float_methods

This commit is contained in:
Eduardo Sánchez Muñoz
2024-11-23 18:06:35 +01:00
parent ff1737bb00
commit 6f7dc38031
8 changed files with 70 additions and 51 deletions

View File

@@ -118,7 +118,6 @@
#![feature(const_black_box)]
#![feature(const_eq_ignore_ascii_case)]
#![feature(const_eval_select)]
#![feature(const_float_methods)]
#![feature(const_heap)]
#![feature(const_nonnull_new)]
#![feature(const_ptr_sub_ptr)]