mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
chore: add lints in workspace cargo config (#223)
This commit is contained in:
@ -38,7 +38,7 @@ pub trait Feature<F, T> {
|
||||
storage_scheme: enums::MerchantStorageScheme,
|
||||
) -> RouterResult<Self>
|
||||
where
|
||||
Self: std::marker::Sized,
|
||||
Self: Sized,
|
||||
F: Clone,
|
||||
dyn api::Connector: services::ConnectorIntegration<F, T, types::PaymentsResponseData>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user