about summary refs log tree commit diff
path: root/tests/rustdoc/issue-118180-empty-tuple-struct.rs
AgeCommit message (Collapse)AuthorLines
2023-11-23Don't print "private fields" on empty tuple structsKyuuhachi-0/+9
Test for presence rather than absence Remove redundant tests Issues in those parts will likely be caught by other parts of the test suite.