Skip to content

Commit 949b1f1

Browse files
author
Dan Vu
committed
using experimental logger again
1 parent 0db0bf7 commit 949b1f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dsymbol/src/dsymbol/ufcs.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import std.range;
1414
import std.string;
1515
import std.regex;
1616
import containers.hashset : HashSet;
17-
import std.logger.core;
17+
import std.experimental.logger;
1818
import std.typecons : nullable, Nullable;
1919

2020
alias SortedTokens = SortedRange!(const(Token)[], "a < b");

0 commit comments

Comments
 (0)