We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c351f6b commit 53afac7Copy full SHA for 53afac7
crates/ide-completion/src/context.rs
@@ -547,7 +547,7 @@ impl<'a> CompletionContext<'a> {
547
self.krate != defining_crate && attrs.has_doc_hidden()
548
}
549
550
- pub fn doc_aliases(&self, scope_def: ScopeDef) -> Vec<syntax::SmolStr> {
+ fn doc_aliases(&self, scope_def: ScopeDef) -> Vec<syntax::SmolStr> {
551
if let Some(attrs) = scope_def.attrs(self.db) {
552
attrs.doc_aliases()
553
} else {
0 commit comments