Render more readable macro matchers in rustdoc

This commit is contained in:
David Tolnay
2022-01-08 12:43:22 -08:00
parent d950c1b200
commit 0904614751
3 changed files with 152 additions and 9 deletions

View File

@@ -599,7 +599,7 @@ impl Printer {
self.break_offset(n, 0)
}
crate fn zerobreak(&mut self) {
pub fn zerobreak(&mut self) {
self.spaces(0)
}