Skip to content

Commit

Permalink
fix: allow use of deprecated derive
Browse files Browse the repository at this point in the history
  • Loading branch information
BD103 committed Apr 23, 2024
1 parent fa7f9ed commit 852fc12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ use quote::format_ident;
note = "The current dynamic plugin system is unsound and will be removed in 0.15."
)]
pub fn derive_dynamic_plugin(input: TokenStream) -> TokenStream {
#[allow(deprecated)]
app_plugin::derive_dynamic_plugin(input)
}

Expand Down

0 comments on commit 852fc12

Please sign in to comment.