bevy/crates/bevy_utils/src
Benjamin Brienen 63a3a987c6
Fix detailed_trace module scope (#15912)
# Objective

Fixes #15615

## Solution

`$crate` is a cool keyword metavariable

## Testing

Created a test crate and used the macro

## Showcase

![image](https://github.com/user-attachments/assets/f0567224-126d-44e4-8905-26103da4ba14)
2024-10-15 02:48:36 +00:00
..
default.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
futures.rs Allow bevy_utils in no_std Contexts (#15279) 2024-09-18 16:00:03 +00:00
lib.rs Fix detailed_trace module scope (#15912) 2024-10-15 02:48:36 +00:00
object_safe.rs Add mappings to EntityMapper (#13727) 2024-06-08 12:52:23 +00:00
once.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
parallel_queue.rs Allow bevy_utils in no_std Contexts (#15279) 2024-09-18 16:00:03 +00:00
synccell.rs Allow bevy_utils in no_std Contexts (#15279) 2024-09-18 16:00:03 +00:00
syncunsafecell.rs Cleanup the multithreaded executor (#12969) 2024-04-16 02:37:19 +00:00
time.rs Minor fixes for bevy_utils in no_std (#15463) 2024-10-04 19:25:49 +00:00