From 64c4dce4927849ae22b8d593116abc6cb1d17732 Mon Sep 17 00:00:00 2001 From: "Andrew Phillips (aider)" Date: Tue, 13 May 2025 18:41:08 -0300 Subject: [PATCH] fix: add Context to anyhow import --- src/modes/update.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modes/update.rs b/src/modes/update.rs index c924b1f..b8db7a0 100644 --- a/src/modes/update.rs +++ b/src/modes/update.rs @@ -1,4 +1,4 @@ -use anyhow::Result; +use anyhow::{Context, Result}; use std::path::PathBuf; use std::str::FromStr;