mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 01:34:21 +00:00
12 lines
115 B
Rust
12 lines
115 B
Rust
use {
|
|
crate::foo::bar,
|
|
bytes::{Buf, BufMut},
|
|
std::io,
|
|
};
|
|
|
|
mod foo {
|
|
pub mod bar {}
|
|
}
|
|
|
|
fn main() {}
|