Skip to content

Commit

Permalink
Merge pull request #139 from NilsBossung/13288
Browse files Browse the repository at this point in the history
fix Issue 13288 - rdmd --eval fails because it still imports std.metastrings
  • Loading branch information
CyberShadow authored and AndrewEdwards committed Aug 16, 2014
1 parent 2429c5e commit 3378196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdmd.d
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ import std.stdio, std.algorithm, std.array, std.ascii, std.base64,
std.datetime, std.demangle, std.digest.md, std.encoding, std.exception,
std.file,
std.format, std.functional, std.getopt, std.json,
std.math, std.mathspecial, std.metastrings, std.mmfile,
std.math, std.mathspecial, std.mmfile,
std.numeric, std.outbuffer, std.parallelism, std.path, std.process,
std.random, std.range, std.regex, std.signals, std.socket,
std.socketstream, std.stdint, std.stdio, std.stdiobase, std.stream,
Expand Down

0 comments on commit 3378196

Please sign in to comment.