summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorHendrik Sollich <hendrik@hoodie.de>2018-04-11 00:32:39 +0200
committerHendrik Sollich <hendrik@hoodie.de>2018-04-17 19:55:30 +0200
commitdeb86bd457d3199cea03fb6d2579126b35ab9b75 (patch)
treee8ece0be5e38b5fca3471b29d160b975d65d6f64 /examples
parent34d9492bbb4a66f52df48734bd112e4bddc2ae6d (diff)
Reexporting types used from the term crate
Diffstat (limited to 'examples')
-rw-r--r--examples/style.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/style.rs b/examples/style.rs
index d001fca..80e2b61 100644
--- a/examples/style.rs
+++ b/examples/style.rs
@@ -5,7 +5,7 @@ use prettytable::Table;
use prettytable::row::Row;
use prettytable::cell::Cell;
-use term::{Attr, color};
+use prettytable::{Attr, color};
#[allow(dead_code)]
fn main() {