diff --git a/pbs-config/src/acl.rs b/pbs-config/src/acl.rs index d8138078..e8690560 100644 --- a/pbs-config/src/acl.rs +++ b/pbs-config/src/acl.rs @@ -12,8 +12,8 @@ use pbs_api_types::{Authid, Role, Userid, ROLE_NAME_NO_ACCESS}; use crate::{open_backup_lockfile, replace_backup_config, BackupLockGuard}; -/// Map of pre-defined [Roles](Role) to their associated [privileges](PRIVILEGES) combination -/// and description. +/// Map of pre-defined [Roles](Role) to their associated +/// [privileges](pbs_api_types::PRIVILEGES) combination and description. pub static ROLE_NAMES: LazyLock> = LazyLock::new(|| { let mut map = HashMap::new();