From 38514a34ff04c414895200c832a1771969e7e4f4 Mon Sep 17 00:00:00 2001 From: StrikeW Date: Mon, 3 Jun 2024 18:25:32 +0800 Subject: [PATCH] fix --- src/connector/src/parser/util.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/connector/src/parser/util.rs b/src/connector/src/parser/util.rs index f423c8639b685..99aba3eb19f54 100644 --- a/src/connector/src/parser/util.rs +++ b/src/connector/src/parser/util.rs @@ -11,7 +11,6 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -use std::assert_matches::assert_matches; use std::collections::HashMap; use anyhow::Context;