~quf/tocs

f5c9e5209f65f11bdf317dd1ee22825fe77bc8a5 — Lukas Himbert 9 months ago 44fe3ef
clippy
1 files changed, 1 insertions(+), 1 deletions(-)

M tbled/src/recent_files.rs
M tbled/src/recent_files.rs => tbled/src/recent_files.rs +1 -1
@@ 124,7 124,7 @@ fn get_files_paths() -> Option<RecentFilesPaths> {
    )?;
    let base: &Utf8Path = project_dirs.data_local_dir().try_into().ok()?;
    log::debug!("cache dir: {base}");
    std::fs::create_dir_all(&base).ok()?;
    std::fs::create_dir_all(base).ok()?;
    Some(RecentFilesPaths {
        schemas_v1: base.join("recent_schemas_v1.dat"),
        schemas_v2: base.join("recent_schemas_v2.dat"),