This commit is contained in:
marin postma 2021-06-24 16:27:13 +02:00
parent 79fc3bb84e
commit fbd58f2eec
No known key found for this signature in database
GPG Key ID: 6088B7721C3E39F9
1 changed files with 1 additions and 1 deletions

View File

@ -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>>
}