Don't ignore impls for primitive types
This commit is contained in:
@@ -221,6 +221,8 @@ pub enum ItemEnum {
|
||||
Macro(String),
|
||||
ProcMacro(ProcMacro),
|
||||
|
||||
PrimitiveType(String),
|
||||
|
||||
AssocConst {
|
||||
#[serde(rename = "type")]
|
||||
type_: Type,
|
||||
|
||||
Reference in New Issue
Block a user