rust/tests/source/issue-2794.rs

8 lines
147 B
Rust
Raw Normal View History

2018-06-19 08:30:50 -05:00
// rustfmt-indent_style: Block
// rustfmt-imports_indent: Block
// rustfmt-imports_layout: Vertical
2018-06-18 11:50:13 -05:00
use std::{
env, fs, io::{Read, Write},
};