mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 13:10:35 +03:00
Adapt imports of std.format to new structure of std.format.
This commit is contained in:
parent
309b72f915
commit
6f2a0934a7
25 changed files with 79 additions and 70 deletions
|
@ -412,7 +412,7 @@ package string urlEncode(scope string[string] values) @safe pure
|
|||
return "";
|
||||
|
||||
import std.array : Appender;
|
||||
import std.format : formattedWrite;
|
||||
import std.format.write : formattedWrite;
|
||||
|
||||
Appender!string enc;
|
||||
enc.reserve(values.length * 128);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue