Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Merge #418
Browse files Browse the repository at this point in the history
418: change visibility of DocumentDeletionResult r=Kerollmops a=MarinPostma

Change the visibility of `DocumentDeletionResult`, so its fields can be accesses from outside milli.


Co-authored-by: Marin Postma <postma.marin@protonmail.com>
  • Loading branch information
bors[bot] and MarinPostma committed Nov 22, 2021
2 parents 68f1db1 + 46e2ed7 commit 5b44871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions milli/src/update/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pub use self::available_documents_ids::AvailableDocumentsIds;
pub use self::clear_documents::ClearDocuments;
pub use self::delete_documents::DeleteDocuments;
pub use self::delete_documents::DocumentDeletionResult;
pub use self::facets::Facets;
pub use self::index_documents::{DocumentAdditionResult, IndexDocuments, IndexDocumentsMethod};
pub use self::settings::{Setting, Settings};
Expand Down

0 comments on commit 5b44871

Please sign in to comment.