Skip to content

Commit

Permalink
Merge pull request #254 from kubo39/use-std_meta
Browse files Browse the repository at this point in the history
Use std.meta explicitly
merged-on-behalf-of: Cameron Ross <[email protected]>
  • Loading branch information
dlang-bot authored May 15, 2020
2 parents 0b92d5a + eecc5a5 commit f052165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/dyaml/node.d
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import std.conv;
import std.datetime;
import std.exception;
import std.math;
import std.meta : AliasSeq;
import std.range;
import std.string;
import std.traits;
Expand Down

0 comments on commit f052165

Please sign in to comment.