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
Though Events is a resource, calling App::init_resource::<Event<T>>() is not enough and a potential footgun. A lint should detect this bad practice and recommend App::add_event() instead.
The text was updated successfully, but these errors were encountered:
Though
Events
is a resource, callingApp::init_resource::<Event<T>>()
is not enough and a potential footgun. A lint should detect this bad practice and recommendApp::add_event()
instead.The text was updated successfully, but these errors were encountered: