#[godot_api]: calls to std::mem::forget
with a value that implements Copy
. Forgetting a copy leaves the original intact
#80
Labels
Going off the
dodge-the-creeps
example, deriving #[godot_api] causes the following warning message to display:calls to
std::mem::forgetwith a value that implements
Copy. Forgetting a copy leaves the original intact
The text was updated successfully, but these errors were encountered: