1 2 3 4 5 6 7 8 9 10 11
use { crate::foo::bar, bytes::{Buf, BufMut}, std::io, }; mod foo { pub mod bar {} } fn main() {}