diff options
author | Joe Wilm <joe@jwilm.com> | 2016-08-14 20:25:15 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-08-14 20:25:15 -0700 |
commit | e3c68fed87cf4ea4fbce7bd94d14528cbb4f0822 (patch) | |
tree | 673a5a58894ceca96ea4af6b8abb3492aefe7fe8 /src/ansi.rs | |
parent | 8b4b1f8df1c54ea1a6e744e2df5dc58578f239d9 (diff) | |
download | alacritty-e3c68fed87cf4ea4fbce7bd94d14528cbb4f0822.tar.gz alacritty-e3c68fed87cf4ea4fbce7bd94d14528cbb4f0822.zip |
Fix tests
Errors/warnings fixed.
Diffstat (limited to 'src/ansi.rs')
-rw-r--r-- | src/ansi.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ansi.rs b/src/ansi.rs index e2aa2ef1..b2221cbe 100644 --- a/src/ansi.rs +++ b/src/ansi.rs @@ -1072,7 +1072,6 @@ impl Default for State { // Byte sequences used in these tests are recording of pty stdout. #[cfg(test)] mod tests { - use std::io::{Read}; use io::Utf8Chars; use index::{Line, Column}; use super::{Parser, Handler, Attr, TermInfo}; |