]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-2794.rs
Auto merge of #95315 - compiler-errors:pointee-fix, r=pnkfelix
[rust.git] / src / tools / rustfmt / tests / target / issue-2794.rs
1 // rustfmt-indent_style: Block
2 // rustfmt-imports_indent: Block
3 // rustfmt-imports_layout: Vertical
4
5 use std::{
6     env,
7     fs,
8     io::{
9         Read,
10         Write,
11     },
12 };