Sign in
rust
/
rustfmt
/
refs/heads/subtree
/
.
/
tests
/
target
/
issue-2794.rs
blob: 951c0af206d8c2c8691695b9f39ac458173a6207 [
file
] [
log
] [
blame
]
// rustfmt-indent_style: Block
// rustfmt-imports_indent: Block
// rustfmt-imports_layout: Vertical
use
std
::{
env
,
fs
,
io
::{
Read
,
Write
,
},
};