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 @@ -7939,7 +7939,7 @@ else
// trusted -> avoid bounds check
@trusted pure nothrow @nogc private
{
import std.internal.unicode_tables : toLowerTable, toTitleTable, toUpperTable; // generated file
import std.internal.unicode_tables; // : toLowerTable, toTitleTable, toUpperTable; // generated file

// hide template instances behind functions (Bugzilla 13232)
ushort toLowerIndex(dchar c) { return toLowerIndexTrie[c]; }
Expand Down