Skip to content

Commit

Permalink
fix Issue 13288 - rdmd --eval fails because it still imports std.meta…
Browse files Browse the repository at this point in the history
…strings
  • Loading branch information
Nils Boßung committed Aug 12, 2014
1 parent ba38551 commit e7a1d2c
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 e7a1d2c

Please sign in to comment.