bevy/crates/bevy_transform/src
BD103 84363f2fab
Remove redundant imports (#12817)
# Objective

- There are several redundant imports in the tests and examples that are
not caught by CI because additional flags need to be passed.

## Solution

- Run `cargo check --workspace --tests` and `cargo check --workspace
--examples`, then fix all warnings.
- Add `test-check` to CI, which will be run in the check-compiles job.
This should catch future warnings for tests. Examples are already
checked, but I'm not yet sure why they weren't caught.

## Discussion

- Should the `--tests` and `--examples` flags be added to CI, so this is
caught in the future?
- If so, #12818 will need to be merged first. It was also a warning
raised by checking the examples, but I chose to split off into a
separate PR.

---------

Co-authored-by: François Mockers <francois.mockers@vleue.com>
2024-04-01 19:59:08 +00:00
..
components remove link to inexistent example (#12531) 2024-03-17 19:35:00 +00:00
commands.rs Move commands module into bevy::ecs::world (#12234) 2024-03-02 23:13:45 +00:00
helper.rs Refactor App and SubApp internals for better separation (#9202) 2024-03-31 03:16:10 +00:00
lib.rs Remove unnecessary executable flags from Rust source files (#12707) 2024-03-25 20:03:55 +00:00
systems.rs Remove redundant imports (#12817) 2024-04-01 19:59:08 +00:00