mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 01:01:00 +00:00
fix clippy
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user