Fix up vendor for... linux?
This commit is contained in:
parent
b799fedeec
commit
81de013103
114 changed files with 21002 additions and 21002 deletions
16
vendor/crossterm/src/error.rs
vendored
16
vendor/crossterm/src/error.rs
vendored
|
|
@ -1,8 +1,8 @@
|
|||
//! Module containing error handling logic.
|
||||
|
||||
use std::io;
|
||||
|
||||
/// The `crossterm` result type.
|
||||
pub type Result<T> = std::result::Result<T, ErrorKind>;
|
||||
|
||||
pub type ErrorKind = io::Error;
|
||||
//! Module containing error handling logic.
|
||||
|
||||
use std::io;
|
||||
|
||||
/// The `crossterm` result type.
|
||||
pub type Result<T> = std::result::Result<T, ErrorKind>;
|
||||
|
||||
pub type ErrorKind = io::Error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue