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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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