mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-27 08:12:53 +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.