commit dd63bb85f28a4b0692c728749b6080f1a757c29f parent c264c6cd80c6172d639ca5f3a87ac49a6b483eb6 Author: alex wennerberg <alex@alexwennerberg.com> Date: Mon, 10 Jan 2022 19:41:55 -0800 remove unused dep Diffstat:
M | src/main.rs | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.rs b/src/main.rs @@ -1,4 +1,4 @@ -use anyhow::{anyhow, Context, Result}; +use anyhow::{Context, Result}; use horrorshow::helper::doctype; use horrorshow::owned_html; use horrorshow::prelude::*;