From 4e6466af1329f7b9e341df2e76ab696d11f80c93 Mon Sep 17 00:00:00 2001 From: FxQnLr Date: Thu, 27 Apr 2023 10:08:20 +0200 Subject: version bump, cargo fmt and cargo update --- src/db.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/db.rs') diff --git a/src/db.rs b/src/db.rs index 36fab75..abfe1dd 100644 --- a/src/db.rs +++ b/src/db.rs @@ -702,7 +702,6 @@ pub fn s_insert_column( } pub fn db_setup(path: &str) -> MLE<()> { - let connection = Connection::open(path)?; connection.execute_batch( -- cgit v1.2.3