Skip to content

Commit

Permalink
Fixed missing import using serde feature;
Browse files Browse the repository at this point in the history
  • Loading branch information
ph0llux committed Jul 28, 2024
1 parent ad21b8f commit ff9b392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/header/chunk_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ use serde::{
};
#[cfg(feature = "serde")]
use hex;
#[cfg(feature = "serde")]
use redb::ReadableTable;

/// The Chunkmap stores the information where the each appropriate chunk could be found.
#[derive(Debug,Clone,PartialEq,Eq)]
Expand Down

0 comments on commit ff9b392

Please sign in to comment.