bevy/crates/bevy_ecs/src/storage
Benjamin Brienen 1b8c1c1242
simplify std::mem references (#15315)
# Objective
- Fixes #15314

## Solution

- Remove unnecessary usings and simplify references to those functions.

## Testing

CI
2024-09-19 21:28:16 +00:00
..
table Remove redundent information and optimize dynamic allocations in Table (#12929) 2024-09-16 22:52:05 +00:00
blob_array.rs Remove redundent information and optimize dynamic allocations in Table (#12929) 2024-09-16 22:52:05 +00:00
blob_vec.rs simplify std::mem references (#15315) 2024-09-19 21:28:16 +00:00
mod.rs Remove redundent information and optimize dynamic allocations in Table (#12929) 2024-09-16 22:52:05 +00:00
resource.rs Don't leak SEND resource, even if thread is panicking. (#15247) 2024-09-16 23:36:52 +00:00
sparse_set.rs Apply unused_qualifications lint (#14828) 2024-08-21 12:29:33 +00:00
thin_array_ptr.rs Remove redundent information and optimize dynamic allocations in Table (#12929) 2024-09-16 22:52:05 +00:00