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