Commit ade6f06
committed
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]>1 parent f7a4fd6 commit ade6f06
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments