diff --git a/src/plumbing/main.rs b/src/plumbing/main.rs index b139264955e..6c8b219d3bf 100644 --- a/src/plumbing/main.rs +++ b/src/plumbing/main.rs @@ -24,7 +24,7 @@ use crate::plumbing::{ #[cfg(feature = "gitoxide-core-async-client")] pub mod async_util { - use gitoxide::shared::ProgressRange; + use crate::shared::ProgressRange; #[cfg(not(feature = "prodash-render-line"))] compile_error!("BUG: Need at least a line renderer in async mode"); @@ -38,7 +38,7 @@ pub mod async_util { Option, gix_features::progress::DoOrDiscard, ) { - use gitoxide::shared::{self, STANDARD_RANGE}; + use crate::shared::{self, STANDARD_RANGE}; shared::init_env_logger(); if verbose {