We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pub use
1 parent 912b4da commit 5bbf3fdCopy full SHA for 5bbf3fd
crates/re_entity_db/src/lib.rs
@@ -4,8 +4,6 @@
4
#![doc = document_features::document_features!()]
5
//!
6
7
-#![allow(unused_imports)] // TODO(andreas): temporary until entity_properties is removed.
8
-
9
pub mod entity_db;
10
pub mod entity_properties;
11
pub mod entity_tree;
@@ -20,9 +18,11 @@ pub mod blueprint;
20
18
#[cfg(feature = "serde")]
21
19
mod editable_auto_value;
22
+#[cfg(feature = "serde")]
+pub use self::entity_properties::*;
23
+
24
pub use self::{
25
entity_db::EntityDb,
- entity_properties::*,
26
entity_tree::EntityTree,
27
instance_path::{InstancePath, InstancePathHash},
28
store_bundle::{StoreBundle, StoreLoadError},
0 commit comments