mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-06 11:19:20 +00:00
Otherwise the `move(result)` statement inside the lambda does not actually move anything, because `result` is constant without the mutable attribute. Caught by clangd.