aboutsummaryrefslogtreecommitdiff
path: root/src/ansi.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ansi.rs')
-rw-r--r--src/ansi.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ansi.rs b/src/ansi.rs
index 50dec9ac..f876cb54 100644
--- a/src/ansi.rs
+++ b/src/ansi.rs
@@ -927,7 +927,6 @@ pub mod C1 {
#[cfg(test)]
mod tests {
use std::io;
-
use index::{Line, Column};
use super::{Processor, Handler, Attr, TermInfo, Color};
use ::Rgb;
@@ -945,7 +944,6 @@ mod tests {
}
}
-
#[derive(Default)]
struct AttrHandler {
attr: Option<Attr>,