Add Sequence impl, other changes/adjustments

This commit is contained in:
F. Levi
2024-09-17 23:10:59 +03:00
parent 69a51d4a70
commit 3ed3188f54
3 changed files with 47 additions and 18 deletions

View File

@ -144,7 +144,7 @@ impl HeedAuthStore {
actions.insert(Action::MetricsGet);
}
other => {
actions.insert(*other);
actions.insert(other);
}
}
}