diff --git a/std/functional.d b/std/functional.d index 2e1c6e9ae..12c261bd0 100644 --- a/std/functional.d +++ b/std/functional.d @@ -1808,7 +1808,6 @@ private struct DelegateFaker(F) * * BUGS: * $(UL - * $(LI Does not work with `@safe` functions.) * $(LI Ignores C-style / D-style variadic arguments.) * ) */