Skip to content

Commit

Permalink
Merge pull request #4392 from joakim-noah/uni_fix
Browse files Browse the repository at this point in the history
std.uni: roll back module-scope selective import that slipped through
  • Loading branch information
DmitryOlshansky committed Jun 2, 2016
2 parents bb29ea0 + 6ced417 commit b284e96
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b284e96

Please sign in to comment.