mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
8 lines
147 B
Rust
8 lines
147 B
Rust
// rustfmt-indent_style: Block
|
|
// rustfmt-imports_indent: Block
|
|
// rustfmt-imports_layout: Vertical
|
|
|
|
use std::{
|
|
env, fs, io::{Read, Write},
|
|
};
|