Skip to content

Commit

Permalink
Fix inaccurate method documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mejibyte authored May 22, 2022
1 parent 9f8c5c4 commit 394b3ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions alacritty/src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1019,8 +1019,6 @@ impl Mouse {

impl input::Processor<EventProxy, ActionContext<'_, Notifier, EventProxy>> {
/// Handle events from glutin.
///
/// Doesn't take self mutably due to borrow checking.
pub fn handle_event(&mut self, event: GlutinEvent<'_, Event>) {
match event {
GlutinEvent::UserEvent(Event { payload, .. }) => match payload {
Expand Down

0 comments on commit 394b3ff

Please sign in to comment.