mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
We had an unnecessary unwrap_or_else() preceded by a question mark operator, which means that the or_else clause could never be called.
We had an unnecessary unwrap_or_else() preceded by a question mark operator, which means that the or_else clause could never be called.