minor changes

This commit is contained in:
2026-04-20 15:28:51 +08:00
parent 520bb7d75e
commit 581c333070
3 changed files with 7 additions and 8 deletions
+1
View File
@@ -28,6 +28,7 @@ mod private {
pub unsafe trait Storable: private::Cealed {
const TAG: (bool, u8);
}
#[allow(private_bounds)]
pub trait InlineStorable: Storable + RawStore {}
pub trait GcStorable: Storable {}