diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-02-17 16:24:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-17 16:24:27 +0000 |
commit | eb1a28ce581fbd42a5e0e1418d7c2c070cfe7545 (patch) | |
tree | f61df07b0e2a847999b9f83b4448e55aaf442262 /winpty/src/lib.rs | |
parent | ff09e393090ebe1ac01322823e3b1fe373a253bf (diff) | |
download | r-alacritty-eb1a28ce581fbd42a5e0e1418d7c2c070cfe7545.tar.gz r-alacritty-eb1a28ce581fbd42a5e0e1418d7c2c070cfe7545.tar.bz2 r-alacritty-eb1a28ce581fbd42a5e0e1418d7c2c070cfe7545.zip |
Extract winpty crate
The winpty crate and its winpty-sys depedency have been moved to
https://github.com/alacritty/winpty.
Diffstat (limited to 'winpty/src/lib.rs')
-rw-r--r-- | winpty/src/lib.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/winpty/src/lib.rs b/winpty/src/lib.rs deleted file mode 100644 index f3b7aff9..00000000 --- a/winpty/src/lib.rs +++ /dev/null @@ -1,7 +0,0 @@ -#![deny(clippy::all, clippy::if_not_else, clippy::enum_glob_use, clippy::wrong_pub_self_convention)] - -#[cfg(windows)] -pub mod windows; - -#[cfg(windows)] -pub use crate::windows::*; |