Sign in
rust
/
rustfmt
/
refs/heads/revert-5847-format-header
/
.
/
tests
/
source
/
file-lines-item.rs
blob: fe52a7fa17618840308e2ec912d3426bc650bf04 [
file
] [
log
] [
blame
]
// rustfmt-file_lines: [{"file":"tests/source/file-lines-item.rs","range":[6,8]}]
use
foo
::{
c
,
b
,
a
};
use
bar
;
fn
foo
()
{
bar
(
)
;
}
impl
Drop
for
Context
{
fn
drop
(&
mut
self
)
{
}
}
impl
Bar
for
Baz
{
fn
foo
()
{
bar
(
baz
,
// Who knows?
)
}
}