summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/imports_layout/merge_mixed.rs
blob: bc0da92fffba53eb4a453694f0d65bca5acd92e0 (plain)
1
2
3
4
5
// rustfmt-imports_indent: Block
// rustfmt-imports_granularity: Crate
// rustfmt-imports_layout: Mixed

use std::{fmt, io, str, str::FromStr};