Skip to content

Commit

Permalink
Reduce the requirements on ConnectorSetup::Connector.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirTalwar committed Aug 23, 2024
1 parent 1f5e0a4 commit 2af8c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sdk/src/connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ pub trait ConnectorSetup:
State = <Self::Connector as Connector>::State,
> + 'static
{
type Connector: Connector<Configuration: Clone, State: Clone> + 'static;
type Connector: Connector;
}

#[async_trait]
Expand Down

0 comments on commit 2af8c6e

Please sign in to comment.