summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2018-04-18 23:18:56 +0200
committerPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2018-04-18 23:18:56 +0200
commit34c7a91713034e683a727f3650b34d9e392f19e3 (patch)
treefcf88ef3ce68e2a6a91f0bc43188f69d84870b1b /examples
parent1a6c738166f839d80c683c370b787a00ef333fad (diff)
Updated README and examples with removal of the term crate
Following changes made in #78
Diffstat (limited to 'examples')
-rw-r--r--examples/style.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/style.rs b/examples/style.rs
index 80e2b61..b7cef57 100644
--- a/examples/style.rs
+++ b/examples/style.rs
@@ -1,6 +1,5 @@
#[macro_use]
extern crate prettytable;
-extern crate term;
use prettytable::Table;
use prettytable::row::Row;
use prettytable::cell::Cell;