From fb2f5853ad9823a6aa8018a2e5d5b96f9b34dbd5 Mon Sep 17 00:00:00 2001 From: Pierre-Henri Symoneaux Date: Sun, 25 Aug 2019 12:52:52 +0200 Subject: Updated to rust 2018 --- examples/style.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'examples/style.rs') diff --git a/examples/style.rs b/examples/style.rs index 1d93e07..ad3c4e3 100644 --- a/examples/style.rs +++ b/examples/style.rs @@ -1,8 +1,6 @@ -#[macro_use] -extern crate prettytable; use prettytable::{Table, Row, Cell}; - use prettytable::{Attr, color}; +use prettytable::{table, row, cell, ptable}; #[allow(dead_code)] fn main() { -- cgit v1.2.3