mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
unused borrow that must be used
This commit is contained in:
parent
d7ca68d8e9
commit
c1c50f6714
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ macro_rules! create_policies {
|
|||
}
|
||||
|
||||
pub fn add(&mut self, token: Vec<u8>) {
|
||||
&mut self.inner.insert(token);
|
||||
self.inner.insert(token);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue