Skip to content

Commit

Permalink
Removed package wide std.range import from std.regex.internal.backtra…
Browse files Browse the repository at this point in the history
…cking
  • Loading branch information
JackStouffer committed Jul 4, 2016
1 parent f9001ae commit b2fd314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/regex/internal/backtracking.d
Expand Up @@ -7,7 +7,7 @@ module std.regex.internal.backtracking;
package(std.regex):

import std.regex.internal.ir;
import std.range, std.typecons, std.traits, core.stdc.stdlib;
import std.range.primitives, std.typecons, std.traits, core.stdc.stdlib;

/+
BacktrackingMatcher implements backtracking scheme of matching
Expand Down

0 comments on commit b2fd314

Please sign in to comment.