1
Fork 0

Stabilize try_reserve

This commit is contained in:
Kornel 2021-08-29 23:21:33 +01:00
parent d25de31a0e
commit 00152d8977
16 changed files with 14 additions and 42 deletions

View file

@ -331,7 +331,6 @@
#![feature(total_cmp)]
#![feature(trace_macros)]
#![feature(try_blocks)]
#![feature(try_reserve)]
#![feature(try_reserve_kind)]
#![feature(unboxed_closures)]
#![feature(unwrap_infallible)]