fix: fix failing CI builds

This commit is contained in:
Sanchith Hegde
2022-11-17 13:05:31 +05:30
parent af20344856
commit 2e1672ea6a
3 changed files with 1 additions and 4 deletions

View File

@ -3,8 +3,6 @@
//!
//! There is not alias type by design.
use alloc::boxed::Box;
#[cfg(feature = "serde")]
use super::{SerializableSecret, Serialize};

View File

@ -3,8 +3,6 @@
//!
//! There is not alias type by design.
use alloc::vec::Vec;
#[cfg(feature = "serde")]
use super::{SerializableSecret, Serialize};