This diff introduces a minor refactoring to use [[ https://docs.rs/anyhow/latest/anyhow/macro.bail.html | bail ]] and [[ https://docs.rs/anyhow/latest/anyhow/macro.ensure.html | ensure ]] Anyhow macros.
This is a more idiomatic way to use [[ https://docs.rs/anyhow/latest/anyhow/index.html | Anyhow ]] and makes the code more readable.