bevy/crates/bevy_diagnostic/src
tygyh fd308571c4
Remove unnecessary path prefixes (#10749)
# Objective

- Shorten paths by removing unnecessary prefixes

## Solution

- Remove the prefixes from many paths which do not need them. Finding
the paths was done automatically using built-in refactoring tools in
Jetbrains RustRover.
2023-11-28 23:43:40 +00:00
..
diagnostic.rs Improve doc formatting. (#9840) 2023-09-18 19:43:56 +00:00
entity_count_diagnostics_plugin.rs Allow systems using Diagnostics to run in parallel (#8677) 2023-06-05 20:51:22 +00:00
frame_time_diagnostics_plugin.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
lib.rs Add [lints] table, fix adding #![allow(clippy::type_complexity)] everywhere (#10011) 2023-11-18 20:58:48 +00:00
log_diagnostics_plugin.rs Unify FixedTime and Time while fixing several problems (#8964) 2023-10-16 01:57:55 +00:00
system_information_diagnostics_plugin.rs Allow systems using Diagnostics to run in parallel (#8677) 2023-06-05 20:51:22 +00:00