summaryrefslogtreecommitdiffstats
path: root/winpty/src/lib.rs
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-02-17 16:24:27 +0000
committerGitHub <noreply@github.com>2020-02-17 16:24:27 +0000
commiteb1a28ce581fbd42a5e0e1418d7c2c070cfe7545 (patch)
treef61df07b0e2a847999b9f83b4448e55aaf442262 /winpty/src/lib.rs
parentff09e393090ebe1ac01322823e3b1fe373a253bf (diff)
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.rs7
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::*;