bevy/crates/bevy_scene/src
Benjamin Brienen 64efd08e13
Prefer Display over Debug (#16112)
# Objective

Fixes #16104

## Solution

I removed all instances of `:?` and put them back one by one where it
caused an error.

I removed some bevy_utils helper functions that were only used in 2
places and don't add value. See: #11478

## Testing

CI should catch the mistakes

## Migration Guide

`bevy::utils::{dbg,info,warn,error}` were removed. Use
`bevy::utils::tracing::{debug,info,warn,error}` instead.

---------

Co-authored-by: SpecificProtagonist <vincentjunge@posteo.net>
2024-12-27 00:40:06 +00:00
..
bundle.rs Allow World::entity family of functions to take multiple entities and get multiple references back (#15614) 2024-10-07 15:21:40 +00:00
components.rs Add missing #[reflect(Component, Default)] to SceneRoot and DynamicSceneRoot. (#16816) 2024-12-15 19:18:22 +00:00
dynamic_scene_builder.rs bevy_scene: Use FromReflect on extracted resources (#15753) 2024-10-09 02:56:35 +00:00
dynamic_scene.rs ✏️ Fix typos across bevy (#16702) 2024-12-08 01:18:39 +00:00
lib.rs Migrate scenes to required components (#15579) 2024-10-01 22:42:11 +00:00
scene_filter.rs Update hashbrown to 0.15 (#15801) 2024-12-10 19:45:50 +00:00
scene_loader.rs Deny derive_more error feature and replace it with thiserror (#16684) 2024-12-06 17:03:55 +00:00
scene_spawner.rs Update hashbrown to 0.15 (#15801) 2024-12-10 19:45:50 +00:00
scene.rs Add scene summary (#15679) 2024-10-06 19:03:56 +00:00
serde.rs Prefer Display over Debug (#16112) 2024-12-27 00:40:06 +00:00