Fix Issue 17369 - [Module std.traits] Documentation lists ditto in table#5558
Fix Issue 17369 - [Module std.traits] Documentation lists ditto in table#5558dlang-bot merged 2 commits intodlang:masterfrom
Conversation
|
Thanks for your pull request, @RazvanN7! We are looking forward to reviewing it, and you should be hearing from a maintainer soon. Some tips to help speed things up:
Bear in mind that large or tricky changes may require multiple rounds of review and revision. Please see CONTRIBUTING.md for more information. Bugzilla references
|
| { | ||
| /// Add specific qualifier to the given type T. | ||
| /// Add the mutable qualifier to the given type T. | ||
| template MutableOf(T) { alias MutableOf = T ; } |
There was a problem hiding this comment.
This is package and shouldn't be displayed on the docs ...
DScanner issue: dlang-community/D-Scanner#493
|
I fixed your typo in the commit message it's Regarding the CircleCi failure, see #5559 |
wilzbach
left a comment
There was a problem hiding this comment.
I don't know why MutableOf was set to package, so leaving this to more experienced reviewers to finally approve ;-)
|
Thanks for the fix! |
|
@wilzbach looks like there's an error with dscanner. |
No description provided.