You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
psa-crypto-sys/build.rs: Allow unused imports in generated bindings
Solve the issue:
unused import:
self :: psa_crypto_driver_pake_step as psa_crypto_driver_pake_step_t
Obtained from bindgen generating code for an unused type.
There should not a be problem about not using certain bindings
Signed-off-by: Tomás González <[email protected]>
0 commit comments