bevy/crates/bevy_derive/src
François 2f4bcc5bf7 Update for edition 2021 (#2997)
# Objective

- update for Edition 2021

## Solution

- remove the `resolver = "2"`
- update for https://doc.rust-lang.org/edition-guide/rust-2021/reserving-syntax.html by adding a few ` `
2021-10-25 18:00:13 +00:00
..
app_plugin.rs Various cleanups (#2046) 2021-05-01 20:07:06 +00:00
bevy_main.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
bytes.rs Use bevy_reflect as path in case of no direct references (#1875) 2021-05-19 19:03:36 +00:00
enum_variant_meta.rs Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
lib.rs Sub app label changes (#2717) 2021-08-24 06:37:28 +00:00
modules.rs Use bevy_reflect as path in case of no direct references (#1875) 2021-05-19 19:03:36 +00:00
render_resource.rs Use bevy_reflect as path in case of no direct references (#1875) 2021-05-19 19:03:36 +00:00
render_resources.rs Use bevy_reflect as path in case of no direct references (#1875) 2021-05-19 19:03:36 +00:00
resource.rs Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
shader_defs.rs Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00