You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this code is incorrect as the function is not marked unsafe. a caller could already have a borrow from that query out on Entity which would lead to aliasing & and &mut
cc @james7132 since this was discussed on discord in the ecs-dev channel
this code is incorrect as the function is not marked unsafe. a caller could already have a borrow from that query out on
Entitywhich would lead to aliasing&and&mutcc @james7132 since this was discussed on discord in the ecs-dev channel