Skip to content

Commit eca2952

Browse files
authored
Merge pull request #8984 from Inkrementator/master
Fix broken links in std.range.chain Signed-off-by: Dennis <[email protected]> Merged-on-behalf-of: Jonathan M Davis <[email protected]>
2 parents 5d6eacc + 72832ab commit eca2952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

std/range/package.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ pure @safe unittest
16831683
assert(range.array == [S(5), S(6)]);
16841684
}
16851685

1686-
/// https://issues.dlang.org/show_bug.cgi?id=24064
1686+
// https://issues.dlang.org/show_bug.cgi?id=24064
16871687
pure @safe nothrow unittest
16881688
{
16891689
import std.algorithm.comparison : equal;
@@ -1716,7 +1716,7 @@ pure @safe nothrow @nogc unittest
17161716
}
17171717
}
17181718

1719-
/// https://issues.dlang.org/show_bug.cgi?id=24243
1719+
// https://issues.dlang.org/show_bug.cgi?id=24243
17201720
pure @safe nothrow unittest
17211721
{
17221722
import std.algorithm.iteration : filter;

0 commit comments

Comments
 (0)