Render more readable macro matchers in rustdoc
This commit is contained in:
parent
d950c1b200
commit
0904614751
3 changed files with 152 additions and 9 deletions
|
@ -599,7 +599,7 @@ impl Printer {
|
|||
self.break_offset(n, 0)
|
||||
}
|
||||
|
||||
crate fn zerobreak(&mut self) {
|
||||
pub fn zerobreak(&mut self) {
|
||||
self.spaces(0)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue