From 7796a1b5bf58b74615893ae897fefce2585710d5 Mon Sep 17 00:00:00 2001 From: Pierre-Henri Symoneaux Date: Thu, 27 Sep 2018 23:36:44 +0200 Subject: Updated README with new release --- README.md | 2 +- src/row.rs | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 28404a2..7f3d2de 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Include the library as a dependency to your project by adding the following line ```toml [dependencies] -prettytable-rs = "^0.7" +prettytable-rs = "^0.8" ``` The library requires at least `rust v1.26.0`. diff --git a/src/row.rs b/src/row.rs index 181793d..856a8e0 100644 --- a/src/row.rs +++ b/src/row.rs @@ -84,10 +84,6 @@ impl Row { i += c.get_hspan(); } 0 - // self.cells - // .get(column) - // .map(|cell| cell.get_width()) - // .unwrap_or(0) } /// Get the cell at index `idx` -- cgit v1.2.3