Ignore PhantomPinned
cbindgen already ignores `PhantomData`. It should ignore `PhantomPinned` for the same reasons. Closes #695 Fixes #694
This commit is contained in:
committed by
Emilio Cobos Álvarez
parent
2d20c4b151
commit
4e394493d6
@@ -17,6 +17,7 @@ struct NormalWithZST {
|
||||
y: f32,
|
||||
z: (),
|
||||
w: PhantomData<i32>,
|
||||
v: PhantomPinned,
|
||||
}
|
||||
|
||||
/// cbindgen:rename-all=GeckoCase
|
||||
|
||||
Reference in New Issue
Block a user