Auto merge of #77872 - Xaeroxe:stabilize-clamp, r=scottmcm
Stabilize clamp Tracking issue: https://github.com/rust-lang/rust/issues/44095 Clamp has been merged and unstable for about a year and a half now. How do we feel about stabilizing this?
This commit is contained in:
commit
5d5ff84130
4 changed files with 3 additions and 8 deletions
|
@ -235,7 +235,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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue