Sign in
rust
/
rustfmt
/
refs/heads/libsyntax
/
.
/
tests
/
target
/
indented-impl.rs
blob: 9acab7d757e8fc4ea44dbd576800747d3f7320b6 [
file
] [
log
] [
blame
]
// rustfmt-item_brace_style: AlwaysNextLine
mod
x
{
struct
X
(
i8
);
impl
Y
for
X
{
fn
y
(
self
)
->
()
{
println
!(
"ok"
);
}
}
}