bevy/crates/bevy_render/src/render_graph
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
..
app.rs Refactor App and SubApp internals for better separation (#9202) 2024-03-31 03:16:10 +00:00
context.rs Deny derive_more error feature and replace it with thiserror (#16684) 2024-12-06 17:03:55 +00:00
edge.rs Fix beta lints (#12980) 2024-04-16 02:46:46 +00:00
graph.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
mod.rs Deny derive_more error feature and replace it with thiserror (#16684) 2024-12-06 17:03:55 +00:00
node_slot.rs Remove thiserror from bevy_render (#15765) 2024-10-09 14:26:28 +00:00
node.rs Prefer Display over Debug (#16112) 2024-12-27 00:40:06 +00:00