mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-13 04:41:06 +00:00
Some variables aren't used, so we can remove these. Unfortunately, diagnostics are still reported on structured bindings even when annotated with [[maybe_unused]], so we need to unpack the elements that we want to use manually.