diff --git a/src/connector/src/with_options.rs b/src/connector/src/with_options.rs index e886d5a3ab01f..c39301c8892bf 100644 --- a/src/connector/src/with_options.rs +++ b/src/connector/src/with_options.rs @@ -37,10 +37,6 @@ impl WithOptions { } -// We might want to box the struct if it has too many fields. - -impl WithOptions for Box {} - // impl the trait for value types impl WithOptions for Option {}