bevy/crates/bevy_ecs/src/schedule
François 523e7af739 fix unreachable macro calls for rust 2021 (#3889)
# Objective

- It was decided in Rust 2021 to make macro like `panic` require a string literal to format instead of directly an object
- `unreachable` was missed during the first pass but it was decided to go for it anyway now: https://github.com/rust-lang/rust/issues/92137#issuecomment-1019519285
- this is making Bevy CI fail now: https://github.com/bevyengine/bevy/runs/5102586734?check_suite_focus=true

## Solution

- Fix calls to `unreachable`
2022-02-12 20:36:29 -08:00
..
executor_parallel.rs fix unreachable macro calls for rust 2021 (#3889) 2022-02-12 20:36:29 -08:00
executor.rs Fix doc_markdown lints in bevy_ecs (#3473) 2022-01-06 00:43:37 +00:00
graph_utils.rs Fix some nightly clippy lints (#2522) 2021-07-29 19:36:39 -07:00
label.rs Merge New Renderer 2021-11-22 23:57:42 -08:00
mod.rs Add missing closing ticks for inline examples and some cleanup (#3573) 2022-01-07 09:25:12 +00:00
run_criteria.rs Fix clippy lints for 1.57 (#3238) 2021-12-02 23:40:37 +00:00
stage.rs More Bevy ECS schedule spans (#3281) 2021-12-08 23:43:03 +00:00
state.rs Fix doc_markdown lints in bevy_ecs (#3473) 2022-01-06 00:43:37 +00:00
system_container.rs Remove some superfluous unsafe code (#3297) 2021-12-11 22:58:46 +00:00
system_descriptor.rs remove Box from ExclusiveSystemFn (#3063) 2021-11-04 20:55:28 +00:00
system_set.rs Fix clippy lints for 1.57 (#3238) 2021-12-02 23:40:37 +00:00