Fix rwhd_05 doc links

This commit is contained in:
Diggory Hardy
2023-10-21 05:13:58 +01:00
committed by GitHub
parent 89a184ed84
commit d35c3bea42
2 changed files with 3 additions and 3 deletions

View File

@@ -1556,7 +1556,7 @@ unsafe impl rwh_05::HasRawWindowHandle for Window {
#[cfg(feature = "rwh_05")]
unsafe impl rwh_05::HasRawDisplayHandle for Window {
/// Returns a [`raw_window_handle::RawDisplayHandle`] used by the [`EventLoop`] that
/// Returns a [`rwh_05::RawDisplayHandle`] used by the [`EventLoop`] that
/// created a window.
///
/// [`EventLoop`]: crate::event_loop::EventLoop