mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fix clippy
This commit is contained in:
parent
058f08dff5
commit
4f77a7fba5
2 changed files with 2 additions and 2 deletions
|
@ -406,7 +406,7 @@ impl Index {
|
|||
|
||||
/// Returns the stats of the database.
|
||||
pub fn documents_database_stats(&self, rtxn: &RoTxn<'_>) -> Result<DatabaseStats> {
|
||||
Ok(DatabaseStats::new(self.documents.remap_types::<Bytes, Bytes>(), rtxn)?)
|
||||
DatabaseStats::new(self.documents.remap_types::<Bytes, Bytes>(), rtxn)
|
||||
}
|
||||
|
||||
/* primary key */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue