Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 53afac7

Browse files
Fix2
1 parent c351f6b commit 53afac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide-completion/src/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ impl<'a> CompletionContext<'a> {
547547
self.krate != defining_crate && attrs.has_doc_hidden()
548548
}
549549

550-
pub fn doc_aliases(&self, scope_def: ScopeDef) -> Vec<syntax::SmolStr> {
550+
fn doc_aliases(&self, scope_def: ScopeDef) -> Vec<syntax::SmolStr> {
551551
if let Some(attrs) = scope_def.attrs(self.db) {
552552
attrs.doc_aliases()
553553
} else {

0 commit comments

Comments
 (0)