Skip to content

Commit 524a9fb

Browse files
Fix rustc lint
1 parent 24b1316 commit 524a9fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/passes/collect_intra_doc_links.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1146,6 +1146,7 @@ impl LinkCollector<'_, '_> {
11461146
|| !did.is_local()
11471147
}
11481148

1149+
#[allow(rustc::potential_query_instability)]
11491150
pub(crate) fn resolve_ambiguities(&mut self) {
11501151
let mut ambiguous_links = mem::take(&mut self.ambiguous_links);
11511152

0 commit comments

Comments
 (0)