From eb1a28ce581fbd42a5e0e1418d7c2c070cfe7545 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Mon, 17 Feb 2020 16:24:27 +0000 Subject: Extract winpty crate The winpty crate and its winpty-sys depedency have been moved to https://github.com/alacritty/winpty. --- winpty/src/lib.rs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 winpty/src/lib.rs (limited to 'winpty/src/lib.rs') 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::*; -- cgit