rj00a / evenio

An event-driven Entity Component System
MIT License
137 stars 14 forks source link

Remove `DebugChecked` extension traits #52

Closed rj00a closed 6 months ago

rj00a commented 6 months ago

Rust 1.78.0 added debug checks for the standard *_unchecked functions when #[cfg(debug_assertions)] is on, so our custom extension traits are no longer necessary.