Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relationship(…Target) html trait tag (#18140)
# Objective Fixes #18117 These are component subtraits, but unlike for `Event` (before that bound got removed) this still shows it as a component because it's actually used as such. ## Testing ```sh RUSTDOCFLAGS="--html-after-content docs-rs/trait-tags.html --cfg docsrs_dep" RUSTFLAGS="--cfg docsrs_dep" cargo doc --no-deps --package bevy_ecs ``` --- ## Showcase 
- Loading branch information