Missed some spots
This commit is contained in:
parent
bfe02c31b6
commit
e91d6e41d7
@ -40,7 +40,7 @@ use {
|
|||||||
/// # Example
|
/// # Example
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```
|
||||||
/// use bevy_ecs::event::{BufferedEvent, Event, Events};
|
/// use bevy_ecs::event::{BufferedEvent, Events};
|
||||||
///
|
///
|
||||||
/// #[derive(BufferedEvent)]
|
/// #[derive(BufferedEvent)]
|
||||||
/// struct MyEvent {
|
/// struct MyEvent {
|
||||||
|
@ -60,7 +60,7 @@ pub mod world;
|
|||||||
pub use bevy_ptr as ptr;
|
pub use bevy_ptr as ptr;
|
||||||
|
|
||||||
#[cfg(feature = "hotpatching")]
|
#[cfg(feature = "hotpatching")]
|
||||||
use event::{BufferedEvent, Event};
|
use event::BufferedEvent;
|
||||||
|
|
||||||
/// The ECS prelude.
|
/// The ECS prelude.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user