diff options
author | FxQnLr <[email protected]> | 2023-04-27 10:08:20 +0200 |
---|---|---|
committer | FxQnLr <[email protected]> | 2023-04-27 10:08:20 +0200 |
commit | 4e6466af1329f7b9e341df2e76ab696d11f80c93 (patch) | |
tree | eef58fecfadad90386b38af581abab8cc3d3cfc0 /src/db.rs | |
parent | f1912007484f077b5585a872ca732d087beefa9a (diff) | |
download | modlist-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.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -702,7 +702,6 @@ pub fn s_insert_column( | |||
702 | } | 702 | } |
703 | 703 | ||
704 | pub fn db_setup(path: &str) -> MLE<()> { | 704 | pub 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( |