]> git.lizzy.rs Git - rust.git/blobdiff - crates/ide_completion/src/completions/attribute/repr.rs
Introduce SymbolKind::Derive
[rust.git] / crates / ide_completion / src / completions / attribute / repr.rs
index 4c4a37fb5e709e5e908ab7ec8d33356643069e93..805038091c7941daa93211092b7e02679e2ab3e7 100644 (file)
@@ -26,7 +26,7 @@ pub(super) fn complete_repr(acc: &mut Completions, ctx: &CompletionContext, inpu
                 continue;
             }
 
-            let mut item = CompletionItem::new(SymbolKind::Attribute, ctx.source_range(), label);
+            let mut item = CompletionItem::new(SymbolKind::BuiltinAttr, ctx.source_range(), label);
             if let Some(lookup) = lookup {
                 item.lookup_by(lookup);
             }