mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-30 00:34:26 +01:00
clippy
This commit is contained in:
parent
79fc3bb84e
commit
fbd58f2eec
@ -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…
Reference in New Issue
Block a user