Stabilize Arguments::as_str

Closes #74442
This commit is contained in:
Steven Fackler 2021-02-14 17:47:08 -05:00
parent 5fa22fe6f8
commit 4613b3764c
2 changed files with 1 additions and 6 deletions

View file

@ -264,7 +264,6 @@
#![feature(exhaustive_patterns)]
#![feature(extend_one)]
#![feature(external_doc)]
#![feature(fmt_as_str)]
#![feature(fn_traits)]
#![feature(format_args_nl)]
#![feature(gen_future)]