Skip to content

Commit c98c7cb

Browse files
committed
Primitives can appear in modules.
1 parent 41d35a9 commit c98c7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/jsondoclint/src/item_kind.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ impl Kind {
5252
Static => true,
5353
Macro => true,
5454
ProcMacro => true,
55+
Primitive => true,
5556

5657
// FIXME(adotinthevoid): I'm not sure if these are corrent
5758
ForeignType => false,
5859
Keyword => false,
5960
OpaqueTy => false,
60-
Primitive => false,
6161
ProcAttribute => false,
6262
ProcDerive => false,
6363

0 commit comments

Comments
 (0)