We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src/plumbing/main.rs
1 parent 0b5dc74 commit 4596a39Copy full SHA for 4596a39
src/plumbing/main.rs
@@ -24,7 +24,7 @@ use crate::plumbing::{
24
25
#[cfg(feature = "gitoxide-core-async-client")]
26
pub mod async_util {
27
- use gitoxide::shared::ProgressRange;
+ use crate::shared::ProgressRange;
28
29
#[cfg(not(feature = "prodash-render-line"))]
30
compile_error!("BUG: Need at least a line renderer in async mode");
@@ -38,7 +38,7 @@ pub mod async_util {
38
Option<prodash::render::line::JoinHandle>,
39
gix_features::progress::DoOrDiscard<prodash::tree::Item>,
40
) {
41
- use gitoxide::shared::{self, STANDARD_RANGE};
+ use crate::shared::{self, STANDARD_RANGE};
42
shared::init_env_logger();
43
44
if verbose {
0 commit comments