rust/tests/source/issue-3665/sub_mod.rs

15 lines
364 B
Rust
Raw Normal View History

2019-07-16 19:40:33 -05:00
#[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() {}