public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox] product-config: fix docstring for priv user getter
@ 2025-07-31  8:40 Christian Ebner
  2025-07-31 10:12 ` [pbs-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Ebner @ 2025-07-31  8:40 UTC (permalink / raw)
  To: pbs-devel

Noticed during unrelated code review.

Signed-off-by: Christian Ebner <c.ebner@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



_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-31 10:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-31  8:40 [pbs-devel] [PATCH proxmox] product-config: fix docstring for priv user getter Christian Ebner
2025-07-31 10:12 ` [pbs-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal