Remove the source test file

This commit is contained in:
Nick Cameron 2018-10-24 18:13:26 +13:00 committed by GitHub
parent ce54aea4c8
commit c3ad58c381
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +0,0 @@
use {
crate::foo::bar,
bytes::{Buf, BufMut},
std::io,
};
mod foo {
pub mod bar {}
}
fn main() {}