diff --git a/src/lib.rs b/src/lib.rs index 56886578c9..8ae25721a0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,7 +10,7 @@ pub use crate::config::Config; use crate::disk_wrapper::DiskWrapper; #[cfg(target_os = "redox")] -use anyhow::anyhow; +use anyhow::{anyhow, Context}; use anyhow::{bail, Result}; use pkg::Library; use rand::{rngs::OsRng, TryRngCore};