Skip to content
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] - Reorder Imports in Examples #1598

Closed
wants to merge 1 commit into from

Conversation

MinerSebas
Copy link
Contributor

This only affected 2 Examples:

  • generic_reflection: For some reason, a pub use statement was used. This was removed, and alphabetically ordered.
  • wireframe: This example used the bevy_internal crate directly. Changed to use bevy instead.

All other Example Imports are correct.

One potential subjective change is the removel_detection example.
Unlike all other Examples, it has its (first) explanatory comment before the Imports.

@alice-i-cecile alice-i-cecile added C-Code-Quality A section of code that is hard to understand or change C-Examples An addition or correction to our examples labels Mar 8, 2021
@alice-i-cecile alice-i-cecile added the S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it label Mar 8, 2021
@cart
Copy link
Member

cart commented Mar 9, 2021

bors r+

bors bot pushed a commit that referenced this pull request Mar 9, 2021
This only affected 2 Examples:
* `generic_reflection`: For some reason, a `pub use` statement was used. This was removed, and alphabetically ordered.
* `wireframe`: This example used the `bevy_internal` crate directly. Changed to use `bevy` instead.

All other Example Imports are correct.

One potential subjective change is the `removel_detection` example. 
Unlike all other Examples, it has its (first) explanatory comment before the Imports.
@bors
Copy link
Contributor

bors bot commented Mar 9, 2021

@bors bors bot changed the title Reorder Imports in Examples [Merged by Bors] - Reorder Imports in Examples Mar 9, 2021
@bors bors bot closed this Mar 9, 2021
@MinerSebas MinerSebas deleted the example-imports branch March 11, 2021 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Code-Quality A section of code that is hard to understand or change C-Examples An addition or correction to our examples S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants