# Objective The module docs for `bevy_reflect::func` don't mention the `FunctionRegistry`. ## Solution Add a section about the `FunctionRegistry` to the module-level documentation. ## Testing You can test locally by running: ``` cargo test --doc --package bevy_reflect --all-features ``` |
||
|---|---|---|
| .. | ||
| args | ||
| dynamic_function_mut.rs | ||
| dynamic_function.rs | ||
| error.rs | ||
| info.rs | ||
| into_function_mut.rs | ||
| into_function.rs | ||
| macros.rs | ||
| mod.rs | ||
| reflect_fn_mut.rs | ||
| reflect_fn.rs | ||
| registry.rs | ||
| return_type.rs | ||