Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonPost committed Apr 7, 2023
1 parent 0de5a49 commit 139aef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event/source/unix/tty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use filedescriptor::{poll, pollfd, POLLIN};

#[cfg(feature = "event-stream")]
use crate::event::sys::Waker;
use crate::event::{source::EventSource, sys::parse::parse_event, InternalEvent};
use crate::event::{source::EventSource, sys::unix::parse::parse_event, InternalEvent};
use crate::terminal::sys::file_descriptor::{tty_fd, FileDesc};

/// Holds a prototypical Waker and a receiver we can wait on when doing select().
Expand Down

0 comments on commit 139aef5

Please sign in to comment.