bevy::main_return_without_appexit
is emitted when AppExit
is stored in a variable
#87
Milestone
bevy::main_return_without_appexit
is emitted when AppExit
is stored in a variable
#87
The above causes a warning, though it probably shouldn't. While the intended solution is to return
AppExit
, there are multiple others. We mainly just wantAppExit
to be handled, soApp
s do not silently fail.The text was updated successfully, but these errors were encountered: