eyre-rs / eyre

A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications
Apache License 2.0
1.35k stars 63 forks source link

Fix ambiguous methods #179

Closed LeoniePhiline closed 2 months ago

LeoniePhiline commented 2 months ago

style: consistently place use eyre::ContextCompat in location test

Fixes

chore: remove obsolete impl ContextCompat for Option location tests

Fixes