Skip to content

Commit

Permalink
fix: fixed compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirevo committed Oct 2, 2023
1 parent f946c2b commit 271a155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/alexandrie-index/src/index/git2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use semver::{Version, VersionReq};

use crate::error::Error;
use crate::tree::Tree;
use crate::{CrateVersion, Indexer};
use crate::{ConfigFile, CrateVersion, Indexer};

/// The 'git2' crate index management strategy type.
///
Expand Down

0 comments on commit 271a155

Please sign in to comment.