We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ce68b commit 82b52e1Copy full SHA for 82b52e1
src/librustdoc/clean/types.rs
@@ -120,8 +120,7 @@ crate struct Crate {
120
crate module: Item,
121
crate externs: Vec<ExternalCrate>,
122
crate primitives: ThinVec<(DefId, PrimitiveType)>,
123
- // These are later on moved into `CACHEKEY`, leaving the map empty.
124
- // Only here so that they can be filtered through the rustdoc passes.
+ /// Only here so that they can be filtered through the rustdoc passes.
125
crate external_traits: Rc<RefCell<FxHashMap<DefId, TraitWithExtraInfo>>>,
126
crate collapsed: bool,
127
}
0 commit comments