diff --git a/rust/src/filetracker.rs b/rust/src/filetracker.rs index f9a5c83be3..48b810b112 100644 --- a/rust/src/filetracker.rs +++ b/rust/src/filetracker.rs @@ -34,7 +34,7 @@ use std::collections::hash_map::Entry::{Occupied, Vacant}; use crate::filecontainer::*; #[derive(Debug)] -pub struct FileChunk { +struct FileChunk { contains_gap: bool, chunk: Vec, }