mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-02-07 00:21:17 -06:00
![Lioncash](/assets/img/avatar_default.png)
fmt now automatically prints the numeric value of an enum class member by default, so we don't need to use casts any more. Reduces the line noise a bit.