summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-3665/sub_mod.rs
blob: 30a2b0fd9d9603f155cd5cdbc6f476fd41c3d21b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#[rustfmt::skip::attributes(more_skip)]
#[more_skip(should,
      skip,
this,                               format)]
fn foo() {}

#[skip_mod_attr(should, skip,
this,                               format,in,                    master,
                    and, sub, module)]
fn bar() {}

#[skip_attr(should, not, skip, this, attribute, here)]
fn baz() {}