fix: removed the garbage github copilot code out of flat_map and making iter_mut irrelevant

This commit is contained in:
lisk77 2025-03-05 07:16:42 +01:00
parent f784fb2c02
commit 38b41985dc
5 changed files with 27 additions and 82 deletions

View file

@ -2,10 +2,8 @@ pub use column::Column;
pub use sparse_set::SparseSet;
pub use flat_map::FlatMap;
pub use component_storage::ComponentStorage;
pub use iter_mut::IterMut;
mod column;
mod sparse_set;
mod flat_map;
mod component_storage;
mod iter_mut;
mod component_storage;