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