diff --git a/compiler/lineinfos.nim b/compiler/lineinfos.nim index 42d33de7d8..01b4a072c9 100644 --- a/compiler/lineinfos.nim +++ b/compiler/lineinfos.nim @@ -136,8 +136,7 @@ const "LanguageXNotSupported", "FieldXNotSupported", "CommentXIgnored", "TypelessParam", "UseBase", "WriteToForeignHeap", - "UnusedModule", - "UnsafeCode", "EachIdentIsTuple", + "UnsafeCode", "UnusedImport", "EachIdentIsTuple", "ProveInit", "ProveField", "ProveIndex", "GcUnsafe", "GcUnsafe2", "Uninit", "GcMem", "Destructor", "LockLevel", "ResultShadowed", "Spacing", "CaseTransition", "User"]