We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d99216 commit 60a0a7dCopy full SHA for 60a0a7d
1 file changed
source/dub/internal/dyaml/node.d
@@ -2598,7 +2598,8 @@ enum castableToNode(T) = (is(T == struct) || is(T == class)) && is(typeof(T.opCa
2598
@safe unittest
2599
{
2600
import dub.internal.dyaml : Loader, Node;
2601
- import std : split, to;
+ import std.string : split;
2602
+ import std.conv : to;
2603
2604
static class MyClass
2605
@@ -2620,7 +2621,8 @@ enum castableToNode(T) = (is(T == struct) || is(T == class)) && is(typeof(T.opCa
2620
2621
2622
2623
2624
2625
2626
2627
2628
0 commit comments