From f873761a27ede6c883ab3d4d6a329c8968e4be78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Sun, 17 Nov 2019 20:01:02 +0100 Subject: [PATCH] Make easier to interact with compacted databases --- meilidb-core/examples/from_file.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meilidb-core/examples/from_file.rs b/meilidb-core/examples/from_file.rs index 2ed5e5b9f..dde8296cc 100644 --- a/meilidb-core/examples/from_file.rs +++ b/meilidb-core/examples/from_file.rs @@ -195,8 +195,9 @@ fn index_command(command: IndexCommand, database: Database) -> Result<(), Box