docs: adding 'desktop only' pill to menu module (#9123)

This commit is contained in:
kandrelczyk
2024-03-08 05:26:31 +01:00
committed by GitHub
parent 9247ecf2a4
commit 45384ab3aa

View File

@@ -98,6 +98,7 @@ pub mod image;
#[cfg(target_os = "ios")]
mod ios;
#[cfg(desktop)]
#[cfg_attr(docsrs, doc(cfg(desktop)))]
pub mod menu;
/// Path APIs.
pub mod path;