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 committed Aug 12, 2014
2 parents ba38551 + e7a1d2c commit 19bae09
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 @@ -805,7 +805,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 19bae09

Please sign in to comment.