mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
fix: fix failing CI builds
This commit is contained in:
@ -3,8 +3,6 @@
|
||||
//!
|
||||
//! There is not alias type by design.
|
||||
|
||||
use alloc::boxed::Box;
|
||||
|
||||
#[cfg(feature = "serde")]
|
||||
use super::{SerializableSecret, Serialize};
|
||||
|
||||
|
||||
@ -3,8 +3,6 @@
|
||||
//!
|
||||
//! There is not alias type by design.
|
||||
|
||||
use alloc::vec::Vec;
|
||||
|
||||
#[cfg(feature = "serde")]
|
||||
use super::{SerializableSecret, Serialize};
|
||||
|
||||
|
||||
@ -28,5 +28,6 @@ pub mod logger;
|
||||
pub use logger::*;
|
||||
pub use opentelemetry;
|
||||
pub use tracing;
|
||||
#[cfg(feature = "actix_web")]
|
||||
pub use tracing_actix_web;
|
||||
pub use tracing_appender;
|
||||
|
||||
Reference in New Issue
Block a user