summaryrefslogtreecommitdiffstats
path: root/examples/span.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/span.rs')
-rw-r--r--examples/span.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/span.rs b/examples/span.rs
index 10f1ef7..5c3b4e2 100644
--- a/examples/span.rs
+++ b/examples/span.rs
@@ -1,6 +1,4 @@
-#[macro_use]
-extern crate prettytable;
-use prettytable::{Row, Cell, format::Alignment};
+use prettytable::{Row, Cell, format::Alignment, table};
fn main() {