fix(ci): Added an inline doc to cctk reexport

This commit is contained in:
Adam Cosner 2026-04-07 22:25:25 -04:00 committed by Michael Murphy
parent e5955b568d
commit 12d2233c6b

View file

@ -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;