Skip to content

Commit

Permalink
Replace std by core
Browse files Browse the repository at this point in the history
Co-authored-by: Bojan <dbojan@gmail.com>
  • Loading branch information
marcospb19 and bojand committed Jun 22, 2023
1 parent 56bcbee commit 8c8c835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matchers/archive.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::convert::{TryFrom, TryInto};
use core::convert::{TryFrom, TryInto};

/// Returns whether a buffer is an ePub.
pub fn is_epub(buf: &[u8]) -> bool {
Expand Down

0 comments on commit 8c8c835

Please sign in to comment.