bevy/crates/bevy_transform/src
Nathan Ward 00d8d5d5a0 fix clippy warning failing on CI (#2353)
# Objective

- CI jobs are starting to fail due to `clippy::bool-assert-comparison` and `clippy::single_component_path_imports` being triggered.

## Solution

- Fix all uses where `asset_eq!(<condition>, <bool>)` could be replace by `assert!`
- Move the `#[allow()]` for `single_component_path_imports` to `#![allow()]` at the start of the files.
2021-06-18 00:08:39 +00:00
..
components Update glam (0.15.1) and hexasphere (3.4) (#2199) 2021-05-18 18:56:15 +00:00
hierarchy fix clippy warning failing on CI (#2353) 2021-06-18 00:08:39 +00:00
lib.rs Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
transform_propagate_system.rs Make Commands and World apis consistent (#1703) 2021-03-23 00:23:40 +00:00