Closed udoprog closed 3 months ago
Fixes #757 since this is basically all I think we can do now.
This ensures that tuples are rendered as we'd expect them to be rendered:
Empty tuples as return values are rendered like this:
I also added String::split_once since it's a method which uses a combination of Option + tuple types to render the documentation.
String::split_once
Fixes #757 since this is basically all I think we can do now.
This ensures that tuples are rendered as we'd expect them to be rendered:
Empty tuples as return values are rendered like this:
I also added
String::split_once
since it's a method which uses a combination of Option + tuple types to render the documentation.