]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/config.rs
Use empty Cache for methods requiring it when filling Cache itself
[rust.git] / src / librustdoc / config.rs
index fee1bf4c3a6a709aa4b1836c3f4425ebeac0c449..94773ac77ccb0e516d685c52b16a6ca4bf4d59da 100644 (file)
@@ -261,7 +261,7 @@ fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
 }
 
 /// Temporary storage for data obtained during `RustdocVisitor::clean()`.
-/// Later on moved into `CACHE_KEY`.
+/// Later on moved into `cache`.
 #[derive(Default, Clone)]
 crate struct RenderInfo {
     crate inlined: FxHashSet<DefId>,