We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41850df + 8497f79 commit 1df9081Copy full SHA for 1df9081
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