Showing with 1 addition and 1 deletion.
  1. +1 −1 std/uni.d
2 changes: 1 addition & 1 deletion std/uni.d
Original file line number Diff line number Diff line change
Expand Up @@ -4683,7 +4683,7 @@ template Utf8Matcher()
}
enum dispatch = genDispatch();

public bool match(Range)(ref Range inp) const pure @trusted
public bool match(Range)(ref Range inp) const pure
if (isRandomAccessRange!Range && is(ElementType!Range : char))
{
enum mode = Mode.skipOnMatch;
Expand Down