You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Put attributes on core.time : Duration.toString unittest
The original changes to toString, to support sink delegates,
did not make toString templated, hence the need to check
the GC usage at run time (and the lack of attributes).
However, now that toString is templated, this is no longer needed,
and putting nogc on the unittest is much better.
0 commit comments