fix: remove Clone derive and fix context method usage

This commit is contained in:
Andrew Phillips (aider)
2025-05-12 20:48:44 -03:00
parent 89e8ade361
commit 5ab5a47090
2 changed files with 3 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
use anyhow::{anyhow, Context, Result};
use anyhow::{anyhow, Result};
use std::io;
use lazy_static::lazy_static;