summaryrefslogtreecommitdiffstats
path: root/examples/style.rs
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <phsym@users.noreply.github.com>2018-04-18 23:06:48 +0200
committerGitHub <noreply@github.com>2018-04-18 23:06:48 +0200
commit1a6c738166f839d80c683c370b787a00ef333fad (patch)
tree19572a4b4b175a4f3a02fd4b6ef44429098be571 /examples/style.rs
parent34d9492bbb4a66f52df48734bd112e4bddc2ae6d (diff)
parentf71872870abec777b4bed4ebe24836e88084951e (diff)
Merge pull request #78 from hoodie/feature/export-term-types
Reexporting types used from the term crate
Diffstat (limited to 'examples/style.rs')
-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() {