We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57bfb80 commit 8497f79Copy full SHA for 8497f79
src/librustdoc/doctree.rs
@@ -59,7 +59,7 @@ impl Module<'hir> {
59
fns : Vec::new(),
60
mods : Vec::new(),
61
typedefs : Vec::new(),
62
- opaque_tys : Vec::new(),
+ opaque_tys : Vec::new(),
63
statics : Vec::new(),
64
constants : Vec::new(),
65
traits : Vec::new(),
0 commit comments