Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the paragraphs saying "Immutable composite types with no fields are singletons". Previously, `MutableNoFields() === MutableNoFields()`, but this was changed in JuliaLang#25854. When that got changed, the existing docs was tweaked to say that the struct had to be immutable(JuliaLang#25862) . However, there is no longer anything specific about it having no fields. The docs about singletons can thus just be removed since they are not special anymore.
- Loading branch information