From 8590c67be5edb123731929f016d543102b4cfb16 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Fri, 7 Jul 2023 16:51:10 -0400 Subject: [PATCH] fix: remove comment about safety as it's not necessary anymore --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f96b291..b4cc411 100644 --- a/src/main.rs +++ b/src/main.rs @@ -92,7 +92,6 @@ async fn main() -> Result<()> { .start( Process::new() .with_executable("cosmic-panel") - // XXX this should be safe because cosmic-session runs on a single thread .with_fds(move || { let panel_notifications_fd = panel_notifications_fd_pre.clone(); let fd = panel_notifications_fd.lock().unwrap();