cargo fix again

This commit is contained in:
Taylor C. Richberger 2020-04-21 00:11:52 -06:00
parent 319e016bc3
commit 1a34a390d4
1 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,4 @@
use nom::{
complete, named,
sequence::tuple,
switch, tag, take_while, tuple, IResult,
};
use nom::{complete, named, tag, take_while, tuple, IResult};
use crate::commands::{Command, RollCommand};
use crate::dice::parser::parse_element_expression;