From 9de9927b524f68569a641ecf4466790f101aad18 Mon Sep 17 00:00:00 2001 From: PThorpe92 Date: Thu, 16 Oct 2025 14:47:40 -0400 Subject: [PATCH] fix clippy warning --- core/schema.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/core/schema.rs b/core/schema.rs index a006b85ab..c708b2f4d 100644 --- a/core/schema.rs +++ b/core/schema.rs @@ -1730,7 +1730,6 @@ pub fn create_table(tbl_name: &str, body: &CreateTableBody, root_page: i64) -> R }; foreign_keys.push(Arc::new(fk)); } - _ => {} } }