1
Fork 0

Stabilize clamp

This commit is contained in:
Jacob Kiesel 2020-10-12 15:09:45 -06:00
parent d6b5ffb5b4
commit a7d3368448
4 changed files with 3 additions and 8 deletions

View file

@ -234,7 +234,6 @@
#![feature(cfg_target_thread_local)]
#![feature(char_error_internals)]
#![feature(char_internals)]
#![feature(clamp)]
#![feature(concat_idents)]
#![feature(const_cstr_unchecked)]
#![feature(const_fn_floating_point_arithmetic)]