bevy/crates/bevy_ecs/src/world
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
..
command_queue.rs Harden proc macro path resolution and add integration tests. (#17330) 2025-02-09 19:45:45 +00:00
component_constants.rs Harden proc macro path resolution and add integration tests. (#17330) 2025-02-09 19:45:45 +00:00
deferred_world.rs reexport entity set collections in entity module (#18413) 2025-03-30 03:51:14 +00:00
entity_fetch.rs reexport entity set collections in entity module (#18413) 2025-03-30 03:51:14 +00:00
entity_ref.rs Fix EntityMeta.spawned_or_despawned unsoundness (#19350) 2025-05-27 22:45:07 +00:00
error.rs FilteredResource returns a Result instead of a simple Option (#18265) 2025-03-17 18:54:13 +00:00
filtered_resource.rs FilteredResource returns a Result instead of a simple Option (#18265) 2025-03-17 18:54:13 +00:00
identifier.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
mod.rs More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00
reflect.rs Get names of queued components (#18451) 2025-03-31 23:22:33 +00:00
spawn_batch.rs Encapsulate cfg(feature = "track_location") in a type. (#17602) 2025-02-10 21:21:20 +00:00
unsafe_world_cell.rs Fix a few typos in bevy_ecs docs (#19280) 2025-05-26 20:02:13 +00:00