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 41d35a9 commit c98c7cbCopy full SHA for c98c7cb
src/tools/jsondoclint/src/item_kind.rs
@@ -52,12 +52,12 @@ impl Kind {
52
Static => true,
53
Macro => true,
54
ProcMacro => true,
55
+ Primitive => true,
56
57
// FIXME(adotinthevoid): I'm not sure if these are corrent
58
ForeignType => false,
59
Keyword => false,
60
OpaqueTy => false,
- Primitive => false,
61
ProcAttribute => false,
62
ProcDerive => false,
63
0 commit comments