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

Commit

Permalink
change visibility of DocumentDeletionResult
Browse files Browse the repository at this point in the history
  • Loading branch information
MarinPostma committed Nov 22, 2021
1 parent 68f1db1 commit 46e2ed7
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 46e2ed7

Please sign in to comment.