From 4fe133d9ce00008623247f2dc0537769eda2ea2e Mon Sep 17 00:00:00 2001 From: Kevin K Date: Mon, 2 May 2016 12:48:10 -0400 Subject: [PATCH] chore: removes unused imports --- src/app/help.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/help.rs b/src/app/help.rs index bce8ab3f..2a1d1a71 100644 --- a/src/app/help.rs +++ b/src/app/help.rs @@ -1,9 +1,7 @@ - use std::io::{self, Cursor, Read, Write}; use std::collections::BTreeMap; use std::fmt::Display; use std::cmp; -use std::str; use vec_map::VecMap;