Keep the unsafe helper change minimal

This commit is contained in:
iris committed 2026-09-13 01:04:10 -04:00
1 parent a1ff76776c
commit 472736a292
2 files changed
+4 -15

No files matched your search

+1 -1
View File
@@ -16,7 +16,7 @@ pub use id::*;
pub use math::*;
pub use refcount::*;
pub use slot::*;
pub use trust::*;
pub(crate) use trust::*;
pub use typemap::*;
pub use vec2::*;