Skip to content

Commit 0e3e427

Browse files
committed
feat(registry): add struct mapping for the Rust docset
1 parent b22ad78 commit 0e3e427

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libs/registry/docset.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,7 @@ QString Docset::parseSymbolType(const QString &str)
667667
// Protocol
668668
{QStringLiteral("intf"), QStringLiteral("Protocol")},
669669
// Structure
670+
{QStringLiteral("_Struct"), QStringLiteral("Structure")},
670671
{QStringLiteral("struct"), QStringLiteral("Structure")},
671672
{QStringLiteral("Data Structures"), QStringLiteral("Structure")},
672673
{QStringLiteral("Struct"), QStringLiteral("Structure")},

0 commit comments

Comments
 (0)