Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
imports
/
imports-impl-only-use.rs
blob: d290d8d91858d9ba7ff970619a5107bca90a61fe [
file
]
#![
feature
(
underscore_imports
)]
use
attr
;
use
std
::
iter
::
Iterator
as
_
;