1
Fork 0

Use map_while instead of take_while + map

This commit is contained in:
Yuki Okushi 2021-06-22 06:27:22 +09:00
parent cb3b3cf6ab
commit 8d00be9980
No known key found for this signature in database
GPG key ID: DABA5B072961C18A
2 changed files with 6 additions and 4 deletions

View file

@ -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;