From c068e82d2b6341cf7896bfc2e1fd4683f28d67b4 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sun, 17 Nov 2019 22:55:01 -0500 Subject: remove a bunch of unused imports --- src/commands/roll.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/commands/roll.rs') 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, }; -- cgit v1.3.1