Lots of clippy appeasement

This commit is contained in:
Lennart
2025-10-27 20:12:21 +01:00
parent 0d071d3b92
commit 86cf490fa9
84 changed files with 413 additions and 435 deletions

View File

@@ -35,7 +35,8 @@ impl Principal {
/// Returns true if the user is either
/// - the principal itself
/// - has full access to the prinicpal (is member)
#[must_use] pub fn is_principal(&self, principal: &str) -> bool {
#[must_use]
pub fn is_principal(&self, principal: &str) -> bool {
if self.id == principal {
return true;
}