We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44855bf commit 7704573Copy full SHA for 7704573
crates/bevy_ecs/src/entity/mod.rs
@@ -285,7 +285,7 @@ impl Entity {
285
/// Reconstruct an `Entity` previously destructured with [`Entity::to_bits`].
286
///
287
/// Only useful when applied to results from `to_bits` in the same instance of an application.
288
- ///
+ ///
289
/// This method is the fallible counterpart to [`Entity::from_bits`].
290
#[inline(always)]
291
pub const fn try_from_bits(bits: u64) -> Result<Self, IdentifierError> {
0 commit comments