Avoid the assertion in erase

This commit is contained in:
John Kåre Alsaker 2023-03-26 11:22:21 +02:00
parent 36b4199a8e
commit 453e919c37
2 changed files with 8 additions and 8 deletions

View file

@ -33,6 +33,7 @@
#![feature(generators)]
#![feature(get_mut_unchecked)]
#![feature(if_let_guard)]
#![feature(inline_const)]
#![feature(iter_from_generator)]
#![feature(local_key_cell_methods)]
#![feature(negative_impls)]