From 12d2233c6b5f0315e3feb99705d9046f38729a94 Mon Sep 17 00:00:00 2001 From: Adam Cosner Date: Tue, 7 Apr 2026 22:25:25 -0400 Subject: [PATCH] fix(ci): Added an inline doc to cctk reexport --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index f387344..0262379 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -78,6 +78,7 @@ pub(crate) mod malloc; #[cfg(all(feature = "process", not(windows)))] pub mod process; +#[doc(inline)] #[cfg(all(feature = "wayland", target_os = "linux"))] pub use cctk;