rust/tests/target/configs/imports_layout/merge_mixed.rs

9 lines
151 B
Rust
Raw Normal View History

2018-05-02 09:11:50 -05:00
// rustfmt-imports_indent: Block
// rustfmt-merge_imports: true
// rustfmt-imports_layout: Mixed
use std::{
2018-06-05 05:58:21 -05:00
fmt, io,
str::{self, FromStr},
2018-05-02 09:11:50 -05:00
};