rust/tests/target/configs/imports_layout/merge_mixed.rs
2018-05-03 10:26:53 +08:00

8 lines
147 B
Rust

// rustfmt-imports_indent: Block
// rustfmt-merge_imports: true
// rustfmt-imports_layout: Mixed
use std::{
fmt, io, str::{self, FromStr},
};