Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
elrnv committed Feb 3, 2021
1 parent d12dd9b commit 363d972
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2369,7 +2369,6 @@ impl AppendedData {
}
#[cfg(feature = "lz4")]
{
use std::io::Read;
Ok(lz4::decompress(decoded_data, num_data_bytes)?)
}
}
Expand Down

0 comments on commit 363d972

Please sign in to comment.