From dc38b88f7ecd2d690d22cd107388cf95122c9eb0 Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 19 Jul 2019 19:33:56 +0200 Subject: [PATCH] bugfix: it should be [UnusedImport] [nobackport] --- compiler/lineinfos.nim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"]