aboutsummaryrefslogtreecommitdiff
path: root/src/commands/roll.rs
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2019-11-17 22:55:01 -0500
committerNathan Perry <np@nathanperry.dev>2019-11-17 22:55:01 -0500
commitc068e82d2b6341cf7896bfc2e1fd4683f28d67b4 (patch)
treef2372f142c942f6b699bf01fdffcd210b9201796 /src/commands/roll.rs
parent8b2ccf363ac6894c21e256844948c8327645f0db (diff)
remove a bunch of unused imports
Diffstat (limited to 'src/commands/roll.rs')
-rw-r--r--src/commands/roll.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/roll.rs b/src/commands/roll.rs
index 1544654..1588d10 100644
--- a/src/commands/roll.rs
+++ b/src/commands/roll.rs
@@ -20,7 +20,6 @@ use thiserror::Error;
use lazy_static::lazy_static;
use crate::{
- Result,
util::CtxExt,
};