bevy/crates/bevy_tasks/src
Michael Dorst b32770d303 Fix doc_markdown lints in bevy_tasks (#3481)
#3457 adds the `doc_markdown` clippy lint, which checks doc comments to make sure code identifiers are escaped with backticks. This causes a lot of lint errors, so this is one of a number of PR's that will fix those lint errors one crate at a time.

This PR fixes lints in the `bevy_tasks` crate.
2021-12-29 17:38:13 +00:00
..
iter Fix doc_markdown lints in bevy_tasks (#3481) 2021-12-29 17:38:13 +00:00
countdown_event.rs Fix doc_markdown lints in bevy_tasks (#3481) 2021-12-29 17:38:13 +00:00
lib.rs Add readme as docs to relevant crates. (#2575) 2021-12-18 22:59:55 +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 Fix doc_markdown lints in bevy_tasks (#3481) 2021-12-29 17:38:13 +00:00
task_pool.rs Fix doc_markdown lints in bevy_tasks (#3481) 2021-12-29 17:38:13 +00:00
usages.rs Fix doc_markdown lints in bevy_tasks (#3481) 2021-12-29 17:38:13 +00:00