Sign in
◑
Theme
rust
/
rust
/
ccd70c194e5045f841eb669c41bc8eb6623f0c07
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
indented-impl.rs
blob: eff579dddac710571bf6123333870c612c582952 [
file
]
// rustfmt-brace_style: AlwaysNextLine
mod
x
{
struct
X
(
i8
);
impl
Y
for
X
{
fn
y
(
self
)
->
()
{
println
!(
"ok"
);
}
}
}