Skip to content

Commit

Permalink
Derive Event for events in bevy_app doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
CatThingy committed Jan 23, 2023
1 parent 46c1925 commit b03c5a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_app/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@ impl App {
/// # use bevy_app::prelude::*;
/// # use bevy_ecs::prelude::*;
/// #
/// # #[derive(Event)]
/// # struct MyEvent;
/// # let mut app = App::new();
/// #
Expand Down

0 comments on commit b03c5a4

Please sign in to comment.