Skip to content

Commit

Permalink
Remove wrong documentation on EventLoop::run() (#3314)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored Dec 25, 2023
1 parent be4a660 commit 61a873d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/event_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@ impl<T> EventLoop<T> {
/// Runs the event loop in the calling thread and calls the given `event_handler` closure
/// to dispatch any pending events.
///
/// Since the closure is `'static`, it must be a `move` closure if it needs to
/// access any data from the calling context.
///
/// See the [`set_control_flow()`] docs on how to change the event loop's behavior.
///
/// ## Platform-specific
Expand Down

0 comments on commit 61a873d

Please sign in to comment.