Don't ignore impls for primitive types
This commit is contained in:
parent
f6e6ddc09d
commit
e18a8efb8b
4 changed files with 39 additions and 3 deletions
|
@ -221,6 +221,8 @@ pub enum ItemEnum {
|
|||
Macro(String),
|
||||
ProcMacro(ProcMacro),
|
||||
|
||||
PrimitiveType(String),
|
||||
|
||||
AssocConst {
|
||||
#[serde(rename = "type")]
|
||||
type_: Type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue