summaryrefslogtreecommitdiffstats
path: root/vendor/gix-pack/src/index/encode.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix-pack/src/index/encode.rs')
-rw-r--r--vendor/gix-pack/src/index/encode.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/gix-pack/src/index/encode.rs b/vendor/gix-pack/src/index/encode.rs
index d9dad68ce..61c6f6de7 100644
--- a/vendor/gix-pack/src/index/encode.rs
+++ b/vendor/gix-pack/src/index/encode.rs
@@ -34,14 +34,14 @@ pub(crate) fn fanout(iter: &mut dyn ExactSizeIterator<Item = u8>) -> [u32; 256]
#[cfg(feature = "streaming-input")]
mod function {
+ use std::io;
+
use gix_features::{
hash,
progress::{self, DynNestedProgress},
};
- use std::io;
use super::{fanout, HIGH_BIT, LARGE_OFFSET_THRESHOLD};
-
use crate::index::V2_SIGNATURE;
struct Count<W> {