1
Fork 0

Don't ignore impls for primitive types

This commit is contained in:
Hirochika Matsumoto 2021-08-28 22:01:56 +09:00
parent f6e6ddc09d
commit e18a8efb8b
4 changed files with 39 additions and 3 deletions

View file

@ -221,6 +221,8 @@ pub enum ItemEnum {
Macro(String),
ProcMacro(ProcMacro),
PrimitiveType(String),
AssocConst {
#[serde(rename = "type")]
type_: Type,