bevy/crates/bevy_reflect/src/func
SpecificProtagonist a266e7e642
More uninlined_format_args fixes (#19396)
# Objective

There are several uninlined format args (seems to be in more formatting
macros and in more crates) that are not detected on stable, but are on
nightly.

## Solution

Fix them.
2025-05-28 02:35:18 +00:00
..
args Update typos to 1.29.6 (#17850) 2025-02-13 19:44:47 +00:00
dynamic_function_internal.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
dynamic_function_mut.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
dynamic_function.rs More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00
error.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
function.rs Deprecated Begone! 0.16 Cleanup (#19108) 2025-05-07 18:17:41 +00:00
info.rs More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00
into_function_mut.rs Rename ArgList::push methods to with and add new push methods which take &mut self (#16567) 2025-01-28 05:06:50 +00:00
into_function.rs Rename ArgList::push methods to with and add new push methods which take &mut self (#16567) 2025-01-28 05:06:50 +00:00
macros.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
mod.rs Rename ArgList::push methods to with and add new push methods which take &mut self (#16567) 2025-01-28 05:06:50 +00:00
reflect_fn_mut.rs Rename ArgList::push methods to with and add new push methods which take &mut self (#16567) 2025-01-28 05:06:50 +00:00
reflect_fn.rs Rename ArgList::push methods to with and add new push methods which take &mut self (#16567) 2025-01-28 05:06:50 +00:00
registry.rs More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00
return_type.rs bevy_reflect: Split up the std module (#18939) 2025-05-26 19:10:47 +00:00
signature.rs More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00