Skip to content

Commit

Permalink
Add missing space in librustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Oct 22, 2019
1 parent 57bfb80 commit 8497f79
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 8497f79

Please sign in to comment.