mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 15:10:46 +03:00
Remove all uses of std.metastrings.Format.
This commit is contained in:
parent
895550649f
commit
2735d30f4e
7 changed files with 17 additions and 19 deletions
|
@ -326,7 +326,7 @@ module std.algorithm;
|
|||
|
||||
import std.c.string, core.bitop;
|
||||
import std.array, std.ascii, std.container, std.conv, std.exception,
|
||||
std.functional, std.math, std.metastrings, std.range, std.string,
|
||||
std.functional, std.math, std.range, std.string,
|
||||
std.traits, std.typecons, std.typetuple, std.uni, std.utf;
|
||||
|
||||
version(unittest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue