1
Fork 0

Revert "Report allocation errors as panics"

This reverts commit c9a6e41026.
This commit is contained in:
Matthias Krüger 2023-04-25 00:08:37 +02:00
parent f54dbe6e31
commit 23a363821d
6 changed files with 27 additions and 107 deletions

View file

@ -320,7 +320,6 @@
#![feature(get_mut_unchecked)]
#![feature(map_try_insert)]
#![feature(new_uninit)]
#![feature(panic_oom_payload)]
#![feature(slice_concat_trait)]
#![feature(thin_box)]
#![feature(try_reserve_kind)]