From 5bb84dd937874b53485f0c7ae20821e9c5924474 Mon Sep 17 00:00:00 2001 From: xxchan Date: Mon, 25 Dec 2023 15:46:44 +0800 Subject: [PATCH] update nexmark --- src/connector/src/with_options.rs | 4 ---- 1 file changed, 4 deletions(-) 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 {}