-
-
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
[Merged by Bors] - Remove with bundle filter #2623
Conversation
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.
the example should be removed completely rather than commented out
It's not very happy I deleted the example :( |
unrelated ci failure |
So is there anything I need to do for this? I'm still kinda confused as to what I do at this point, if anything. |
nothing to do for now, you can wait for reviews/comments 🙂 |
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.
The filter is mentioned in a doc comment l. 15 bevy_ecs/src/bundle.rs
. Please remove that mention, too.
Looks good to me! |
bors r+ |
# Objective Fixes #2620 ## Solution Remove WithBundle filter and temporarily remove example for query_bundle.
Objective
Fixes #2620
Solution
Remove WithBundle filter and temporarily remove example for query_bundle.