bevy/crates/bevy_tasks/src
Nicola Papale 60c6ca7699
Fix doc warning in bevy_tasks (#9348)
# Objective

- `bevy_tasks` emits warnings under certain conditions

When I run `cargo clippy -p bevy_tasks` the warning doesn't show up,
while if I run it with `cargo clippy -p bevy_asset` the warning shows
up.

## Solution

- Fix the warnings.

## Longer term solution

We should probably fix CI so that those warnings do not slip through.
But that's not the goal of this PR.
2023-08-05 13:53:05 +00:00
..
iter small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
lib.rs opt-out multi-threaded feature flag (#9269) 2023-08-03 07:47:09 +00:00
single_threaded_task_pool.rs Fix doc warning in bevy_tasks (#9348) 2023-08-05 13:53:05 +00:00
slice.rs Document bevy_tasks and enable #![warn(missing_docs)] (#3509) 2022-01-16 04:53:22 +00:00
task.rs Add is_finished to Task<T> (#6444) 2022-11-02 12:27:22 +00:00
task_pool.rs Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
thread_executor.rs fix clippy::default_constructed_unit_structs and trybuild errors (#9144) 2023-07-13 22:23:04 +00:00
usages.rs remove some use of once_cell that can be replace with new std (#8739) 2023-06-01 21:55:18 +00:00