Thread overview
Documentation for assumeUnique
May 07, 2018
bachmeier
May 08, 2018
Seb
May 09, 2018
Bastiaan Veelo
May 07, 2018
I filed a bug on this several weeks ago. Can someone tell me what is wrong in the source so that I can fix it? It is almost certainly trivial, but I don't see it.

You can see the messed up documentation here:
https://dlang.org/library/std/exception/assume_unique.html
May 08, 2018
On Monday, 7 May 2018 at 15:32:56 UTC, bachmeier wrote:
> I filed a bug on this several weeks ago. Can someone tell me what is wrong in the source so that I can fix it? It is almost certainly trivial, but I don't see it.
>
> You can see the messed up documentation here:
> https://dlang.org/library/std/exception/assume_unique.html

Fix: https://github.com/dlang/dlang.org/pull/2364
May 09, 2018
On Tuesday, 8 May 2018 at 14:35:15 UTC, Seb wrote:
> On Monday, 7 May 2018 at 15:32:56 UTC, bachmeier wrote:
>> You can see the messed up documentation here:
>> https://dlang.org/library/std/exception/assume_unique.html
>
> Fix: https://github.com/dlang/dlang.org/pull/2364

Nice.

Note: The [Edit|Run|Open in IDE] buttons that result from that macro render differently from unittest examples.