fix: add ResultExt to anyhow imports

This commit is contained in:
Andrew Phillips (aider)
2025-05-13 18:41:53 -03:00
parent d58dea9c3f
commit 10c3e2d5c8

View File

@@ -1,4 +1,4 @@
use anyhow::{bail, Context, Result}; use anyhow::{bail, Context, Result, ResultExt};
use std::path::PathBuf; use std::path::PathBuf;
use std::str::FromStr; use std::str::FromStr;