Skip to content

Commit 82b52e1

Browse files
committed
Remove outdated comment
`CACHE_KEY` no longer exists.
1 parent e4ce68b commit 82b52e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustdoc/clean/types.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ crate struct Crate {
120120
crate module: Item,
121121
crate externs: Vec<ExternalCrate>,
122122
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.
123+
/// Only here so that they can be filtered through the rustdoc passes.
125124
crate external_traits: Rc<RefCell<FxHashMap<DefId, TraitWithExtraInfo>>>,
126125
crate collapsed: bool,
127126
}

0 commit comments

Comments
 (0)