bevy/crates/bevy_diagnostic/src
theotherphil 7645ce91ed
Add newlines before impl blocks (#19746)
# Objective

Fix https://github.com/bevyengine/bevy/issues/19617 

# Solution

Add newlines before all impl blocks.

I suspect that at least some of these will be objectionable! If there's
a desired Bevy style for this then I'll update the PR. If not then we
can just close it - it's the work of a single find and replace.
2025-06-22 23:07:02 +00:00
..
diagnostic.rs Add missing docs for diagnostics.rs (#19264) 2025-05-26 20:27:46 +00:00
entity_count_diagnostics_plugin.rs deny(missing_docs) for bevy_diagnostic (#19482) 2025-06-04 01:30:10 +00:00
frame_count_diagnostics_plugin.rs Remove bevy_core (#16897) 2024-12-19 18:36:51 +00:00
frame_time_diagnostics_plugin.rs Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00
lib.rs bevyengine.org -> bevy.org (#19503) 2025-06-05 23:09:28 +00:00
log_diagnostics_plugin.rs Rename Timer::finished and Timer::paused to is_finished and is_paused (#19386) 2025-05-27 22:24:18 +00:00
system_information_diagnostics_plugin.rs Add missing doc comments to system_information_diagnostics_plugin (#19267) 2025-05-26 19:59:49 +00:00