Replace return Err(anyhow!()) with anyhow::bail!()
This is equivalent to before, but reduces cognitive load when browsing the source.
This is equivalent to before, but reduces cognitive load when browsing the source.
Minor edit to the commit message. Will merge now. Thanks!