mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
Clean up many warning messages
This commit is contained in:
@ -353,7 +353,7 @@ mod tests {
|
||||
pub struct TempDatabase {
|
||||
database: Database,
|
||||
index: Index,
|
||||
tempdir: TempDir,
|
||||
_tempdir: TempDir,
|
||||
}
|
||||
|
||||
impl TempDatabase {
|
||||
@ -418,7 +418,7 @@ mod tests {
|
||||
writer.commit().unwrap();
|
||||
drop(rkv);
|
||||
|
||||
TempDatabase { database, index, tempdir }
|
||||
TempDatabase { database, index, _tempdir: tempdir }
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user