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 prints out `mut commands: bevy::prelude::Commands<'_, '_>`, but it seems a bit silly for the type to be fully qualified and usually-invisible lifetimes to be present. Unfortunately, other types need this data (`mut _res: bevy::prelude::ResMut<'_, Data>`), so we can't replace it with a simple `format!("mut {ident}: {}", self.name())`.
Could you make a follow-up issue to improve the suggested output of this lint?
Could you make a follow-up issue to improve the suggested output of this lint?
Originally posted by @BD103 in #164 (comment)
The text was updated successfully, but these errors were encountered: