summaryrefslogtreecommitdiff
path: root/src/db.rs
diff options
context:
space:
mode:
authorFxQnLr <[email protected]>2023-04-27 10:08:20 +0200
committerFxQnLr <[email protected]>2023-04-27 10:08:20 +0200
commit4e6466af1329f7b9e341df2e76ab696d11f80c93 (patch)
treeeef58fecfadad90386b38af581abab8cc3d3cfc0 /src/db.rs
parentf1912007484f077b5585a872ca732d087beefa9a (diff)
downloadmodlist-4e6466af1329f7b9e341df2e76ab696d11f80c93.tar
modlist-4e6466af1329f7b9e341df2e76ab696d11f80c93.tar.gz
modlist-4e6466af1329f7b9e341df2e76ab696d11f80c93.zip
version bump, cargo fmt and cargo update
Diffstat (limited to 'src/db.rs')
-rw-r--r--src/db.rs1
1 files changed, 0 insertions, 1 deletions
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(
702} 702}
703 703
704pub fn db_setup(path: &str) -> MLE<()> { 704pub fn db_setup(path: &str) -> MLE<()> {
705
706 let connection = Connection::open(path)?; 705 let connection = Connection::open(path)?;
707 706
708 connection.execute_batch( 707 connection.execute_batch(