From 5df9eb85f1742630cb793e8f7994491ea7b2f5e1 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Tue, 10 Sep 2024 09:40:45 +0200 Subject: [PATCH] Fix doc link --- src/window.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/window.rs b/src/window.rs index 25063bd671..e38a17f957 100644 --- a/src/window.rs +++ b/src/window.rs @@ -610,7 +610,8 @@ pub trait Window: AsAny + Send + Sync { /// [`outer_position`]: Self::outer_position #[cfg_attr( any(macos_platform, docsrs), - doc = "[`with_titlebar_transparent`]: WindowAttributesExtMacOS::with_titlebar_transparent" + doc = "[`with_titlebar_transparent`]: \ + crate::platform::macos::WindowAttributesExtMacOS::with_titlebar_transparent" )] #[cfg_attr( not(any(macos_platform, docsrs)),