bevy
bevy copied to clipboard
`EntityMut::remove()` needs better docs to explain behavior
It was recently mentioned in the discord that EntityMut::remove() has no docs, in particular whether it panics or not if the component the user attempted to remove is not present.