This commit is contained in:
Dylan Conway
2025-11-14 10:53:28 -08:00
parent 608b2c866e
commit 81440bf024

View File

@@ -65,7 +65,7 @@ pub const Store = struct {
pkg_id: PackageID,
// no deinit because each field does not need to
// be deinitialized
// be deinitialized. see `bun.memory.deinit`
pub const deinit = void;
};