Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compilation warning in webpki library
The following warning is being fixed: warning: unused import: `CONSTRUCTED` --> deps/spdm-rs/external/webpki/src/der.rs:17:24 | 17 | der::{nested, Tag, CONSTRUCTED}, | ^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default That warning was already fixed with this patch: briansmith/webpki@8f81719 Once webpki library version will be bumped up, this patch could be dropped. Signed-off-by: Zbigniew Lukwinski <[email protected]>
- Loading branch information