Use selective top-level module imports in std.{path,range,regex}

This commit is contained in:
Sebastian Wilzbach 2019-05-23 10:07:26 +02:00
parent 24209a6cb7
commit 8bc39461aa
3 changed files with 14 additions and 6 deletions

View file

@ -96,8 +96,7 @@ $(TR $(TD Other) $(TD
module std.path;
// FIXME
import std.file; //: getcwd;
import std.file : getcwd;
static import std.meta;
import std.range.primitives;
import std.traits;