Skip to content

Commit

Permalink
Add missing reexport, tweak doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Sep 20, 2021
1 parent 42bb229 commit 12ac09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/entity_builder.rs
Expand Up @@ -315,7 +315,7 @@ impl Drop for BuiltEntity<'_> {
}
}

/// A collection of components that implement `Clone`
/// A collection of components that implement [`Clone`]
///
/// Built from, and convertible back into, [`EntityBuilder<Cloneable>`]
#[derive(Clone)]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -73,7 +73,7 @@ pub use archetype::Archetype;
pub use batch::{BatchIncomplete, BatchWriter, ColumnBatch, ColumnBatchBuilder, ColumnBatchType};
pub use bundle::{Bundle, DynamicBundle, MissingComponent};
pub use entities::{Entity, NoSuchEntity};
pub use entity_builder::{BuiltEntity, Cloneable, EntityBuilder};
pub use entity_builder::{BuiltEntity, Cloneable, EntityBuilder, ReusableBuiltEntity};
pub use entity_ref::{EntityRef, Ref, RefMut};
pub use query::{
Access, BatchedIter, Or, PreparedQuery, PreparedQueryBorrow, PreparedQueryIter, Query,
Expand Down

0 comments on commit 12ac09b

Please sign in to comment.