rust/tests/source/issue-2794.rs
2018-06-19 09:30:50 -04:00

7 lines
147 B
Rust

// rustfmt-indent_style: Block
// rustfmt-imports_indent: Block
// rustfmt-imports_layout: Vertical
use std::{
env, fs, io::{Read, Write},
};