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 6e977dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion milli/src/update/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pub use self::available_documents_ids::AvailableDocumentsIds;
pub use self::clear_documents::ClearDocuments;
pub use self::delete_documents::DeleteDocuments;
pub use self::delete_documents::{DeleteDocuments, 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 6e977dd

Please sign in to comment.