mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 04:40:04 -04:00
Fix docs link
This commit is contained in:
@@ -153,7 +153,7 @@ pub enum ControlFlow {
|
|||||||
/// refresh rate should instead issue a [`Window::request_redraw`] at the end of
|
/// refresh rate should instead issue a [`Window::request_redraw`] at the end of
|
||||||
/// [`WindowEvent::RedrawRequested`].
|
/// [`WindowEvent::RedrawRequested`].
|
||||||
///
|
///
|
||||||
/// [`WindowEvent::RedrawRequested`]: crate::window::WindowEvent::RedrawRequested
|
/// [`WindowEvent::RedrawRequested`]: crate::event::WindowEvent::RedrawRequested
|
||||||
WaitUntil(Instant),
|
WaitUntil(Instant),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user