mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-23 11:28:40 +00:00
Allows our CI to catch more potential bugs. This also removes the [[nodiscard]] attribute of IOFile's Open member function. There are cases where a file may want to be opened, but have the status of it checked at a later time.