mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 13:40:20 +03:00
Use selective top-level module imports in std.{path,range,regex}
This commit is contained in:
parent
24209a6cb7
commit
8bc39461aa
3 changed files with 14 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue