bevy/crates/bevy_derive/src
Gino Valente b7d68873ec
bevy_derive: Fix #[deref] breaking other attributes (#9551)
# Objective

Fixes #9550

## Solution

Removes a check that asserts that _all_ attribute metas are path-only,
rather than just the `#[deref]` attribute itself.

---

## Changelog

- Fixes an issue where deriving `Deref` with `#[deref]` on a field
causes other attributes to sometimes result in a compile error

---------

Co-authored-by: François <mockersf@gmail.com>
2023-08-28 17:36:18 +00:00
..
app_plugin.rs Update derive(DynamicPlugin) to edition 2021 (#3038) 2021-10-27 19:48:12 +00:00
bevy_main.rs update winit to 0.28 (#7480) 2023-02-03 16:41:39 +00:00
derefs.rs bevy_derive: Fix #[deref] breaking other attributes (#9551) 2023-08-28 17:36:18 +00:00
enum_variant_meta.rs Decouple some dependencies (#3886) 2022-04-27 19:08:11 +00:00
lib.rs bevy_derive: Add #[deref] attribute (#8552) 2023-05-16 18:29:09 +00:00