mirror of
https://github.com/dlang/tools.git
synced 2025-04-25 20:51:00 +03:00
rdmd: Don't import std.xml for --eval and --loop
This commit is contained in:
parent
8f1ace879f
commit
8a683b6751
1 changed files with 1 additions and 1 deletions
2
rdmd.d
2
rdmd.d
|
@ -840,7 +840,7 @@ import std.stdio, std.algorithm, std.array, std.ascii, std.base64,
|
|||
std.random, std.range, std.regex, std.signals, std.socket,
|
||||
std.stdint, std.stdio,
|
||||
std.string, std.windows.syserror, std.system, std.traits, std.typecons,
|
||||
std.typetuple, std.uni, std.uri, std.utf, std.variant, std.xml, std.zip,
|
||||
std.typetuple, std.uni, std.uri, std.utf, std.variant, std.zip,
|
||||
std.zlib;
|
||||
";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue