Delay ambiguous intra-doc link resolution after Cache has been populated

This commit is contained in:
Guillaume Gomez
2024-10-14 17:51:08 +02:00
parent a1eceec00b
commit 73fc00ff8c
14 changed files with 263 additions and 56 deletions

View File

@@ -20,7 +20,7 @@ use crate::visit::DocVisitor;
pub(crate) const CALCULATE_DOC_COVERAGE: Pass = Pass {
name: "calculate-doc-coverage",
run: calculate_doc_coverage,
run: Some(calculate_doc_coverage),
description: "counts the number of items with and without documentation",
};