Visual changes

This commit is contained in:
2026-08-01 23:40:56 +03:00
parent 20cb50574c
commit 64fbfb5a32
10 changed files with 55 additions and 68 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ pub fn create_db() {
}
}
fn ensure_db_schema(conn: &Connection) {}
fn ensure_db_schema(_: &Connection) {}
fn create_tables(conn: &Connection) {
make_card_set(conn).unwrap();