Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
file-lines-item.rs
blob: 8d39eb60958919708726a231e843b557e26d217f [
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?
)
}
}