mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Done a big clippy pass
This commit is contained in:
parent
6e3f4e5e45
commit
d0240bd9d0
8 changed files with 59 additions and 42 deletions
|
@ -134,3 +134,9 @@ impl<'a> UpdateBuilder<'a> {
|
|||
builder
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for UpdateBuilder<'_> {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue