Skip to content

Commit

Permalink
fixup entity_properties pub use
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jun 14, 2024
1 parent 912b4da commit 5bbf3fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/re_entity_db/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#![doc = document_features::document_features!()]
//!
#![allow(unused_imports)] // TODO(andreas): temporary until entity_properties is removed.

pub mod entity_db;
pub mod entity_properties;
pub mod entity_tree;
Expand All @@ -20,9 +18,11 @@ pub mod blueprint;
#[cfg(feature = "serde")]
mod editable_auto_value;

#[cfg(feature = "serde")]
pub use self::entity_properties::*;

pub use self::{
entity_db::EntityDb,
entity_properties::*,
entity_tree::EntityTree,
instance_path::{InstancePath, InstancePathHash},
store_bundle::{StoreBundle, StoreLoadError},
Expand Down

0 comments on commit 5bbf3fd

Please sign in to comment.