summaryrefslogtreecommitdiffstats
path: root/examples/span.rs
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <phsym@users.noreply.github.com>2019-08-25 13:25:42 +0200
committerGitHub <noreply@github.com>2019-08-25 13:25:42 +0200
commitd5f0296b2bb5c7c6c3b6347808e6bf37c3264766 (patch)
treea6fb13fdc05a94684fee9859c3355d478852ba3d /examples/span.rs
parentfadaa64ec513177feeb858b0977b4c18899b4961 (diff)
parentffd151ab6ffa7581cae43b2a59cd5c94d406d862 (diff)
Merge pull request #112 from phsym/ed-2018
Updated to rust 2018 edition
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() {