mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
clippy
This commit is contained in:
parent
79fc3bb84e
commit
fbd58f2eec
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ macro_rules! create_policies {
|
||||||
use crate::extractors::authentication::Policy;
|
use crate::extractors::authentication::Policy;
|
||||||
|
|
||||||
$(
|
$(
|
||||||
#[derive(Debug)]
|
#[derive(Debug, Default)]
|
||||||
pub struct $name {
|
pub struct $name {
|
||||||
inner: HashSet<Vec<u8>>
|
inner: HashSet<Vec<u8>>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue