rust/tests/target/issue-2794.rs

13 lines
178 B
Rust
Raw Normal View History

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