Skip to content

Commit

Permalink
Rollup merge of #65706 - popzxc:add-missing-space, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Add missing space in librustdoc

It just hurts my eyes...

r? @Centril
  • Loading branch information
JohnTitor authored Oct 23, 2019
2 parents 41850df + 8497f79 commit 1df9081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/doctree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ impl Module<'hir> {
fns : Vec::new(),
mods : Vec::new(),
typedefs : Vec::new(),
opaque_tys : Vec::new(),
opaque_tys : Vec::new(),
statics : Vec::new(),
constants : Vec::new(),
traits : Vec::new(),
Expand Down

0 comments on commit 1df9081

Please sign in to comment.