From c73380f2796d822e70175417555fc6d963d9cdeb Mon Sep 17 00:00:00 2001 From: Karl Zylinski Date: Mon, 16 Sep 2024 23:08:38 +0200 Subject: [PATCH] Removal panic notice in core/container/small_array --- core/container/small_array/removal.odin | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 core/container/small_array/removal.odin diff --git a/core/container/small_array/removal.odin b/core/container/small_array/removal.odin new file mode 100644 index 00000000000..21f341d2a1a --- /dev/null +++ b/core/container/small_array/removal.odin @@ -0,0 +1,3 @@ +package container_small_array + +#panic(`"core:container/small_array" has moved to "core:container/array"`) \ No newline at end of file