1
Fork 0

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
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
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)
}