mirror of
https://github.com/dlang/phobos.git
synced 2025-05-10 22:18:03 +03:00
Bug number shouldn't appear in ddocs!
This commit is contained in:
parent
556ef61ef8
commit
a432798f15
1 changed files with 2 additions and 1 deletions
|
@ -13687,7 +13687,8 @@ unittest
|
||||||
assert(canFind(N4, tuple(10, 31, 7, 12)));
|
assert(canFind(N4, tuple(10, 31, 7, 12)));
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Issue 9878
|
// Issue 9878
|
||||||
|
///
|
||||||
unittest
|
unittest
|
||||||
{
|
{
|
||||||
auto A = [ 1, 2, 3 ];
|
auto A = [ 1, 2, 3 ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue