bevy/crates/bevy_tasks/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
..
iter format comments (#1612) 2021-03-11 00:27:30 +00:00
countdown_event.rs 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
single_threaded_task_pool.rs Add missing spawn_local method to Scope in the single threaded executor case (#1266) 2021-01-19 13:07:45 -08:00
slice.rs Task System for Bevy (#384) 2020-08-29 12:35:41 -07:00
task.rs format comments (#1612) 2021-03-11 00:27:30 +00:00
task_pool.rs Various cleanups (#2046) 2021-05-01 20:07:06 +00:00
usages.rs The Great Debuggening (#632) 2020-10-08 11:43:01 -07:00