Skip to content

Commit

Permalink
update nexmark
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Dec 25, 2023
1 parent d737963 commit 307f0da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/connector/src/with_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ impl<T: crate::source::cdc::CdcSourceTypeTrait> WithOptions
{
}

// We might want to box the struct if it has too many fields.

impl<T: WithOptions> WithOptions for Box<T> {}

// impl the trait for value types

impl<T: WithOptions> WithOptions for Option<T> {}
Expand Down

0 comments on commit 307f0da

Please sign in to comment.