Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-2794.rs
blob: c3f9c0412a46d9f3be57d71525927a01eaa9ca6b [
file
] [
log
] [
blame
] [
edit
]
// rustfmt-indent_style: Block
// rustfmt-imports_indent: Block
// rustfmt-imports_layout: Vertical
use
std
::{
env
,
fs
,
io
::{
Read
,
Write
},
};