This commit is contained in:
Rob Walker 2018-08-13 20:49:32 -07:00
parent f167b0c2c5
commit 5f6cbe0cf8
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ impl Blob {
#[cfg(test)]
mod tests {
use packet::{
to_packets, Blob, BlobRecycler, Meta, Packet, PacketRecycler, Packets, Recycle, Recycler,
to_packets, Blob, BlobRecycler, Meta, Packet, PacketRecycler, Packets, Recycler, Reset,
BLOB_HEADER_SIZE, NUM_PACKETS,
};
use request::Request;