Skip to content

Commit

Permalink
index: split RevWalk types to "rev_walk" module
Browse files Browse the repository at this point in the history
Added pub(super) where needed.
  • Loading branch information
yuja committed Dec 11, 2023
1 parent caa1b99 commit ab2742f
Show file tree
Hide file tree
Showing 3 changed files with 513 additions and 484 deletions.
2 changes: 1 addition & 1 deletion lib/src/default_index/composite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ use std::sync::Arc;

use itertools::Itertools;

use super::rev_walk::RevWalk;
use super::{
IndexEntry, IndexPosition, IndexPositionByGeneration, IndexSegment, ReadonlyIndexSegment,
RevWalk,
};
use crate::backend::{CommitId, ObjectId};
use crate::index::{HexPrefix, Index, PrefixResolution};
Expand Down
Loading

0 comments on commit ab2742f

Please sign in to comment.