mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-25 07:41:00 +00:00
clippy
This commit is contained in:
@ -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>>
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user