Skip to content

Commit

Permalink
chore: Remove unused std::io::Cursor import
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Bergius <joonas@cosmonic.com>
  • Loading branch information
joonas authored and brooksmtownsend committed Jun 10, 2024
1 parent bc92bd3 commit e2f79b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/crc.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::io::Cursor;

use super::error::{Error, ErrorKind};
use super::Result;

Expand Down

0 comments on commit e2f79b8

Please sign in to comment.