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

7 lines
153 B
Rust
Raw Normal View History

2018-05-02 09:11:50 -05:00
// rustfmt-imports_indent: Block
// rustfmt-imports_granularity: Crate
2018-05-02 09:11:50 -05:00
// rustfmt-imports_layout: Mixed
use std::{fmt, io, str};
use std::str::FromStr;