5 lines
73 B
Rust
5 lines
73 B
Rust
#![feature(underscore_imports)]
|
|
|
|
use attr;
|
|
use std::iter::Iterator as _;
|