diff --git a/hive-c0re/src/main.rs b/hive-c0re/src/main.rs index 4948a95..21c0769 100644 --- a/hive-c0re/src/main.rs +++ b/hive-c0re/src/main.rs @@ -1,7 +1,7 @@ use std::path::PathBuf; use std::sync::Arc; -use anyhow::{Result, bail}; +use anyhow::{Context as _, Result, bail}; use clap::{Parser, Subcommand}; use hive_sh4re::{HostRequest, HostResponse};