mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-25 07:41:00 +00:00
unused borrow that must be used
This commit is contained in:
@ -30,7 +30,7 @@ macro_rules! create_policies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn add(&mut self, token: Vec<u8>) {
|
pub fn add(&mut self, token: Vec<u8>) {
|
||||||
&mut self.inner.insert(token);
|
self.inner.insert(token);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user