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.
2 parents 5d6eacc + 72832ab commit eca2952Copy full SHA for eca2952
std/range/package.d
@@ -1683,7 +1683,7 @@ pure @safe unittest
1683
assert(range.array == [S(5), S(6)]);
1684
}
1685
1686
-/// https://issues.dlang.org/show_bug.cgi?id=24064
+// https://issues.dlang.org/show_bug.cgi?id=24064
1687
pure @safe nothrow unittest
1688
{
1689
import std.algorithm.comparison : equal;
@@ -1716,7 +1716,7 @@ pure @safe nothrow @nogc unittest
1716
1717
1718
1719
-/// https://issues.dlang.org/show_bug.cgi?id=24243
+// https://issues.dlang.org/show_bug.cgi?id=24243
1720
1721
1722
import std.algorithm.iteration : filter;
0 commit comments