Sign in
rust
/
rustfmt
/
refs/heads/format_markdown_files_from_scratch
/
.
/
tests
/
target
/
file-lines-6.rs
blob: 8a092df869a6fc14cee60e6aa14cd0242cf87fcf [
file
] [
log
] [
blame
]
// rustfmt-file_lines: [{"file":"tests/source/file-lines-6.rs","range":[9,10]}]
struct
A
{
t
:
i64
,
}
mod
foo
{
fn
bar
()
{
// test
let
i
=
12
;
// test
}
fn
baz
()
{
///
let
j
=
15
;
}
}