aboutsummaryrefslogtreecommitdiff
path: root/src/commands/meme/create.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/meme/create.rs
parent8b2ccf363ac6894c21e256844948c8327645f0db (diff)
remove a bunch of unused imports
Diffstat (limited to 'src/commands/meme/create.rs')
-rw-r--r--src/commands/meme/create.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/meme/create.rs b/src/commands/meme/create.rs
index 7f590b1..0da2031 100644
--- a/src/commands/meme/create.rs
+++ b/src/commands/meme/create.rs
@@ -37,7 +37,6 @@ use crate::{
Image,
NewMeme,
},
- Result,
util::CtxExt,
};