refactor: clean up hints

This commit is contained in:
Paul Makles
2023-05-31 13:02:59 +01:00
parent fc47df786b
commit 2ebcfdc770
6 changed files with 10 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ use crate::{Database, User};
/// Permissions calculator
pub struct PermissionCalculator<'a> {
#[allow(dead_code)]
database: &'a Database,
perspective: &'a User,