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;