[pbs-devel] [PATCH proxmox] product-config: fix docstring for priv user getter
Christian Ebner
c.ebner at proxmox.com
Thu Jul 31 10:40:31 CEST 2025
Noticed during unrelated code review.
Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
---
proxmox-product-config/src/init.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxmox-product-config/src/init.rs b/proxmox-product-config/src/init.rs
index 1bc47110..f2f2c90d 100644
--- a/proxmox-product-config/src/init.rs
+++ b/proxmox-product-config/src/init.rs
@@ -30,7 +30,7 @@ pub fn get_api_user() -> &'static nix::unistd::User {
.api_user
}
-// Returns the global privileged user set with [init].
+/// Returns the global privileged user set with [init].
///
/// # Panics
///
--
2.47.2
More information about the pbs-devel
mailing list