]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-2794.rs
Fix typos “an”→“a” and a few different ones that appeared in the same search
[rust.git] / tests / source / issue-2794.rs
1 // rustfmt-indent_style: Block
2 // rustfmt-imports_indent: Block
3 // rustfmt-imports_layout: Vertical
4
5 use std::{
6     env, fs, io::{Read, Write},
7 };