Add test for #2794

This commit is contained in:
Josh Chase 2018-06-18 12:50:13 -04:00
parent fc057c2979
commit 4565d41790
3 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,3 @@
indent_style = "Block"
imports_indent = "Block"
imports_layout = "Vertical"

View file

@ -0,0 +1,3 @@
use std::{
env, fs, io::{Read, Write},
};

View file

@ -0,0 +1,8 @@
use std::{
env,
fs,
io::{
Read,
Write,
},
};