Fix tests, remove unused IfAlreadyPresent

This commit is contained in:
Adrian Heine 2018-06-28 13:43:48 +02:00
parent 2230a702a4
commit 823db2e17e
5 changed files with 34 additions and 157 deletions

View file

@ -165,7 +165,7 @@ mod test {
use std::fmt;
use command_runner::StdCommandRunner;
use symbols::{Action, OwnedSymbolAction, Symbol, SymbolAction, SymbolRunner};
use symbols::Symbol;
use symbols::user::User;
use symbols::user::UserAdder;
use symbols::user::UserAdderError;