mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-05-14 14:49:45 +02:00
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.