mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
chore: address Rust 1.78 clippy lints (#4545)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -5,10 +5,5 @@ pub mod filters;
|
||||
pub mod metrics;
|
||||
pub mod types;
|
||||
pub use accumulator::{SdkEventMetricAccumulator, SdkEventMetricsAccumulator};
|
||||
pub trait SDKEventAnalytics: events::SdkEventsFilterAnalytics {}
|
||||
pub trait SdkEventAnalytics:
|
||||
metrics::SdkEventMetricAnalytics + filters::SdkEventFilterAnalytics
|
||||
{
|
||||
}
|
||||
|
||||
pub use self::core::{get_filters, get_metrics, sdk_events_core};
|
||||
|
||||
Reference in New Issue
Block a user