rust/tests/target/issue-2794.rs

13 lines
178 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,
},
};