mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 05:40:04 -04:00
fix doc typo in application.rs (#3676)
This commit is contained in:
committed by
Kirill Chibisov
parent
dee7a405fc
commit
c4a8e9321d
@@ -190,7 +190,7 @@ pub trait ApplicationHandler<T: 'static = ()> {
|
|||||||
/// Emitted when the event loop is being shut down.
|
/// Emitted when the event loop is being shut down.
|
||||||
///
|
///
|
||||||
/// This is irreversible - if this method is called, it is guaranteed that the event loop
|
/// This is irreversible - if this method is called, it is guaranteed that the event loop
|
||||||
/// will exist right after.
|
/// will exit right after.
|
||||||
fn exiting(&mut self, event_loop: &ActiveEventLoop) {
|
fn exiting(&mut self, event_loop: &ActiveEventLoop) {
|
||||||
let _ = event_loop;
|
let _ = event_loop;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user