mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-17 01:12:45 +08:00
Remove an unused type
This commit is contained in:
parent
9e406e4fbc
commit
29b620b56c
|
@ -393,11 +393,6 @@ pub fn init_input() {
|
|||
}
|
||||
}
|
||||
|
||||
/// CommandHandler is used to run commands. When a character is encountered that
|
||||
/// would invoke a fish command, it is unread and CharEventType::CheckExit is returned.
|
||||
/// Note the handler is not stored.
|
||||
pub type CommandHandler<'a> = dyn FnMut(&[WString]) + 'a;
|
||||
|
||||
pub struct Inputter {
|
||||
in_fd: RawFd,
|
||||
queue: VecDeque<CharEvent>,
|
||||
|
|
Loading…
Reference in New Issue
Block a user