ba0351a146
Fixes #5030
7 lines
148 B
Rust
7 lines
148 B
Rust
// rustfmt-imports_granularity: Item
|
|
|
|
#[cfg(feature = "foo")]
|
|
use std::collections::HashMap;
|
|
#[cfg(feature = "foo")]
|
|
use std::collections::HashSet;
|