summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index c653413..af9b745 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -2,8 +2,8 @@
#[macro_use]
extern crate prettytable;
use prettytable::Table;
-use prettytable::row::Row;
-use prettytable::cell::Cell;
+use prettytable::Row;
+use prettytable::Cell;
use prettytable::format::*;
use prettytable::{Attr, color};