Skip to content

Commit

Permalink
std.digest: Publicly import LetterCase
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Mar 18, 2014
1 parent 60e3c54 commit a96223e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/digest/digest.d
Expand Up @@ -67,7 +67,7 @@ module std.digest.digest;
import std.exception, std.range, std.traits;
import std.algorithm : copy;
import std.typetuple : allSatisfy;
import std.ascii : LetterCase;
public import std.ascii : LetterCase;

///
unittest
Expand Down

0 comments on commit a96223e

Please sign in to comment.