]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-2794.rs
deps: update rustc-ap to v642.0.0
[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 };