-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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] - Clean up advice on glob imports in style guide #4644
Conversation
@DJMcNab, this is probably as good of a place as any to chat about the appropriateness of this rule, especially for If we want to change it, I can tweak the PR, although that will require @cart sign-off due to its impact on engine-wide style. |
Co-authored-by: François <mockersf@gmail.com>
bors r+ |
# Objective - Example was misleading, as we never import `bevy` itself in the engine (except in integration tests). ## Solution - Clean up wording. ## Context Noticed by @mockersf in bevyengine#4608.
# Objective - Example was misleading, as we never import `bevy` itself in the engine (except in integration tests). ## Solution - Clean up wording. ## Context Noticed by @mockersf in bevyengine#4608.
Objective
bevy
itself in the engine (except in integration tests).Solution
Context
Noticed by @mockersf in #4608.