rust/tests/source/issue-2794.rs

8 lines
147 B
Rust
Raw Normal View History

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