1
Fork 0

Add Peekable::peek_mut

This commit is contained in:
Lukas Lueg 2020-11-23 23:52:19 +01:00
parent d9a105fdd4
commit 3b015622be
3 changed files with 49 additions and 0 deletions

View file

@ -56,6 +56,7 @@
#![feature(unwrap_infallible)]
#![feature(option_unwrap_none)]
#![feature(peekable_next_if)]
#![feature(peekable_peek_mut)]
#![feature(partition_point)]
#![feature(once_cell)]
#![feature(unsafe_block_in_unsafe_fn)]