Sign in
rust
/
rustfmt
/
HEAD
/
.
/
tests
/
source
/
issue-3665
/
sub_mod.rs
blob: 75fb24b4a65dd775518bc3c1e4e0c975b06bed90 [
file
] [
log
] [
blame
]
#[
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
()
{}