automatic cargo CI changes

This commit is contained in:
cscherrNT 2024-06-26 10:03:09 +00:00 committed by github-actions[bot]
parent f3ecc90bfe
commit b43053b716
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ pub const DBNAME: &str = "cats.db";
pub const TABLE_CAT_COLOR: &str = "cat_colors";
pub const TABLE_CAT: &str = "cats";
pub fn connect() -> anyhow::Result<Connection> {
let mut wd = env::current_dir()?;
let mut dbpath: Option<PathBuf> = None;