diff --git a/src/structures/List.sac b/src/structures/List.sac index 75d6b6dd..4c1500be 100644 --- a/src/structures/List.sac +++ b/src/structures/List.sac @@ -1,6 +1,6 @@ #pragma safe -module List deprecated "The List module contains a space leak."; +module List; // deprecated "The List module contains a space leak."; export all;