Skip to content

Commit

Permalink
Fixed errors on nightly compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
ph0llux committed May 27, 2024
1 parent 85601cb commit 0847491
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/lib/io/zffstreamer/mod.rs
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
// - STD
use std::io::Read;
use std::collections::HashMap;
use std::path::PathBuf;
// Parent
use super::*;

// - internal
use crate::{
error::{ZffError, ZffErrorKind},
hashing::HashType,
header::{ObjectHeader, SegmentHeader, ChunkMap, ChunkHeader},
footer::{SegmentFooter, MainFooter},
header::{SegmentHeader, ChunkMap, ChunkHeader},
footer::SegmentFooter,
HeaderCoding
};

use super::*;

#[derive(Debug, Clone, Default)]
enum ReadBytes {
Read(u64),
Expand Down

0 comments on commit 0847491

Please sign in to comment.