Skip to content

Commit 5bbf3fd

Browse files
committed
fixup entity_properties pub use
1 parent 912b4da commit 5bbf3fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/re_entity_db/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
#![doc = document_features::document_features!()]
55
//!
66
7-
#![allow(unused_imports)] // TODO(andreas): temporary until entity_properties is removed.
8-
97
pub mod entity_db;
108
pub mod entity_properties;
119
pub mod entity_tree;
@@ -20,9 +18,11 @@ pub mod blueprint;
2018
#[cfg(feature = "serde")]
2119
mod editable_auto_value;
2220

21+
#[cfg(feature = "serde")]
22+
pub use self::entity_properties::*;
23+
2324
pub use self::{
2425
entity_db::EntityDb,
25-
entity_properties::*,
2626
entity_tree::EntityTree,
2727
instance_path::{InstancePath, InstancePathHash},
2828
store_bundle::{StoreBundle, StoreLoadError},

0 commit comments

Comments
 (0)