Skip to content

Commit a33a6d8

Browse files
committed
conform to new import lookup rules
1 parent c548dbf commit a33a6d8

File tree

1 file changed

+1
-1
lines changed
  • std/regex/internal

1 file changed

+1
-1
lines changed

std/regex/internal/ir.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ struct Regex(Char)
490490
}
491491

492492
package(std.regex):
493-
import std.regex.internal.kickstart; //TODO: get rid of this dependency
493+
import std.regex.internal.kickstart : Kickstart; //TODO: get rid of this dependency
494494
NamedGroup[] dict; //maps name -> user group number
495495
uint ngroup; //number of internal groups
496496
uint maxCounterDepth; //max depth of nested {n,m} repetitions

0 commit comments

Comments
 (0)