-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove inaccurate warning from in_state
#13862
remove inaccurate warning from in_state
#13862
Conversation
Reasoning: - other state-related run conditions do not have an equivalent warning - None is a now a valid value for the `State` resource
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we might need a cargo fmt
.
First time reviewing an ECS PR, but overall this makes sense to me given the issue at hand.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is correct to remove overall. If users express confusion in the future we can think harder about a targeted warning.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreeing with predecessors
@lee-orr once CI is green I'll merge this. It's a simple unused item problem. |
Objective
Fixes #13854
Solution
Removed the inaccurate warning. This was done for a few reasons: