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.
1 parent 4f5f040 commit e57abc1Copy full SHA for e57abc1
crates/bevy_ecs/src/component.rs
@@ -16,7 +16,6 @@ use std::{
16
17
/// A data type that can be used to store data for an [entity].
18
///
19
-///
20
/// `Component` is a [derivable trait]: this means that a data type can implement it by applying a `#[derive(Component)]` attribute to it.
21
/// However, components must always satisfy the `Send + Sync + 'static` trait bounds.
22
0 commit comments