feat(registry): add struct mapping for the Rust docset

This commit is contained in:
Oleg Shparber 2019-04-10 20:02:32 -04:00
parent b22ad78658
commit 0e3e427202

View File

@ -667,6 +667,7 @@ QString Docset::parseSymbolType(const QString &str)
// Protocol
{QStringLiteral("intf"), QStringLiteral("Protocol")},
// Structure
{QStringLiteral("_Struct"), QStringLiteral("Structure")},
{QStringLiteral("struct"), QStringLiteral("Structure")},
{QStringLiteral("Data Structures"), QStringLiteral("Structure")},
{QStringLiteral("Struct"), QStringLiteral("Structure")},