Use map_while
instead of take_while
+ map
This commit is contained in:
parent
cb3b3cf6ab
commit
8d00be9980
2 changed files with 6 additions and 4 deletions
|
@ -27,6 +27,8 @@
|
|||
#![feature(min_type_alias_impl_trait)]
|
||||
#![allow(rustc::default_hash_types)]
|
||||
#![deny(unaligned_references)]
|
||||
#![feature(iter_map_while)]
|
||||
#![feature(bool_to_option)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue