Skip to content

Commit

Permalink
Making MergeCandidate public in order to allow the usage of custom merge
Browse files Browse the repository at this point in the history
policies.

Closes #1235
  • Loading branch information
fulmicoton committed Dec 13, 2021
1 parent c81b303 commit 3a3801c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ pub fn version_string() -> &'static str {
pub mod merge_policy {
pub use crate::indexer::DefaultMergePolicy;
pub use crate::indexer::LogMergePolicy;
pub use crate::indexer::MergeCandidate;
pub use crate::indexer::MergePolicy;
pub use crate::indexer::NoMergePolicy;
}
Expand Down

0 comments on commit 3a3801c

Please sign in to comment.