Cargo complains about this
This commit is contained in:
parent
58bc894d39
commit
824af0449b
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ pub fn reset(){
|
|||
|
||||
pub fn initialize() {
|
||||
let path = get_db_path();
|
||||
println!("Database at {} initialized", path.as_os_str().display());
|
||||
println!("Database at {} initialized", path.to_string_lossy());
|
||||
let conn = get_db();
|
||||
conn.execute(FEEDS_TABLE_CREATE, []).unwrap();
|
||||
conn.execute(FEEDS_INDEX_CREATE, []).unwrap();
|
||||
|
|
Loading…
Reference in a new issue