Skip to content

Commit

Permalink
refactor!: remove Data from root exports
Browse files Browse the repository at this point in the history
  • Loading branch information
matthunz committed Dec 9, 2024
1 parent 63d89ed commit 677b160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ use self::compose::{AnyCompose, Compose};
pub mod composer;
use self::composer::Runtime;

/// Data trait and derive macro.
/// Data trait and macros.
pub mod data;
pub use crate::data::Data;
use crate::data::Data;

#[cfg(feature = "ecs")]
#[cfg_attr(docsrs, doc(cfg(feature = "ecs")))]
Expand Down

0 comments on commit 677b160

Please sign in to comment.