mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
fix a clippy lint in latest Rust
This commit is contained in:
parent
0000a3b302
commit
8e56853c50
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ pub(crate) fn open_and_check_collection(col_path: &Path) -> Result<Collection> {
|
||||||
use crate::log;
|
use crate::log;
|
||||||
let tr = I18n::template_only();
|
let tr = I18n::template_only();
|
||||||
let empty = Path::new("");
|
let empty = Path::new("");
|
||||||
open_collection(col_path, &empty, &empty, true, tr, log::terminal())
|
open_collection(col_path, empty, empty, true, tr, log::terminal())
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Default)]
|
#[derive(Debug, Default)]
|
||||||
|
|
Loading…
Reference in a new issue