mirror of
https://github.com/dlang/phobos.git
synced 2025-05-06 02:45:12 +03:00
Removed global std.conv import from std.experimental.allocator
This commit is contained in:
parent
ffd5c44de6
commit
3f618f24f8
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ unittest
|
|||
tuMalloc.deallocate(c);
|
||||
}
|
||||
|
||||
import std.conv, std.exception, std.range.primitives, std.traits,
|
||||
import std.exception, std.range.primitives, std.traits,
|
||||
std.typecons;
|
||||
version(unittest) import std.random, std.stdio;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue