Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Apr 7, 2024
1 parent fa9298e commit a6d2e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ impl<F: fmt::Debug> fmt::Debug for CompoundFile<F> {

#[cfg(test)]
mod tests {
use std::io::{self, Cursor, Read, Seek, SeekFrom, Write};
use std::io::{self, Cursor, Seek, SeekFrom};
use std::mem::size_of;
use std::path::Path;

Expand Down

0 comments on commit a6d2e00

Please sign in to comment.