1.0.56
- Add
must_use
warning when an Error created byanyhow!
is not used, perhaps because the programmer meant to writebail!
instead (#229)
must_use
warning when an Error created by anyhow!
is not used, perhaps because the programmer meant to write bail!
instead (#229)