Remove unused import

This commit is contained in:
Mathijs van de Nes 2020-06-13 17:26:13 +02:00
parent 3e5a8e6f98
commit 922b4926c3

View file

@ -56,7 +56,6 @@ mod test
{
use super::*;
use std::io::Read;
use std::io::Cursor;
#[test]
fn test_empty_reader()