Sign in
rust
/
rustfmt
/
refs/heads/format_markdown_files_from_scratch
/
.
/
tests
/
target
/
issue-3118.rs
blob: ce73a5c789cf71426fedb7a3db20c3d870df9859 [
file
] [
log
] [
blame
]
use
{
crate
::
foo
::
bar
,
bytes
::{
Buf
,
BufMut
},
std
::
io
,
};
mod
foo
{
pub
mod
bar
{}
}
fn
main
()
{}