]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-3132.rs
Honor `#[rustfmt::skip::attributes(derive)]` attribute
[rust.git] / tests / target / issue-3132.rs
1 // rustfmt-version: Two
2
3 fn test() {
4     /*
5     a
6     */
7     let x = 42;
8     /*
9     aaa
10     "line 1
11   line 2
12         line 3"
13     */
14     let x = 42;
15 }