Skip to content

Commit

Permalink
Making MergeCandidate public in order to allow the usage of custom me…
Browse files Browse the repository at this point in the history
…rge (#1237)

policies.

Closes #1235
  • Loading branch information
fulmicoton committed Dec 13, 2021
1 parent c81b303 commit b2da82f
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 b2da82f

Please sign in to comment.