clippy
This commit is contained in:
parent
79fc3bb84e
commit
fbd58f2eec
|
@ -16,7 +16,7 @@ macro_rules! create_policies {
|
|||
use crate::extractors::authentication::Policy;
|
||||
|
||||
$(
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Default)]
|
||||
pub struct $name {
|
||||
inner: HashSet<Vec<u8>>
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue