mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-06-06 18:52:46 +02:00
bcfb058bc3
This commit standardizes the codebase to disallow usage of the raw eyre! macro for creating errors, instead using ok_or_eyre() when constructing ad-hoc errors from Result and Option types, and otherwise using the bail! macro in response to failed boolean conditions.