forked from projectmoon/tenebrous-dicebot
cargo fix again
This commit is contained in:
parent
319e016bc3
commit
1a34a390d4
|
@ -1,8 +1,4 @@
|
||||||
use nom::{
|
use nom::{complete, named, tag, take_while, tuple, IResult};
|
||||||
complete, named,
|
|
||||||
sequence::tuple,
|
|
||||||
switch, tag, take_while, tuple, IResult,
|
|
||||||
};
|
|
||||||
|
|
||||||
use crate::commands::{Command, RollCommand};
|
use crate::commands::{Command, RollCommand};
|
||||||
use crate::dice::parser::parse_element_expression;
|
use crate::dice::parser::parse_element_expression;
|
||||||
|
|
Loading…
Reference in New Issue