-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Add fake variadics to Reflect impls #15208
Copy link
Copy link
Closed
Labels
A-ReflectionRuntime information about typesRuntime information about typesC-DocsAn addition or correction to our documentationAn addition or correction to our documentationD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examples
Metadata
Metadata
Assignees
Labels
A-ReflectionRuntime information about typesRuntime information about typesC-DocsAn addition or correction to our documentationAn addition or correction to our documentationD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examples
How can Bevy's documentation be improved?
@bash added lovely fake variadics for the documentation of
all_tuples!. See #14697The same can be done for
impl_reflect_tuple!:)Anyone tackling this can just copy the approach taken in the linked issue, so this should be straightforward