Build again

This commit is contained in:
Julia 2022-09-28 10:26:30 -04:00
parent 7e5d49487b
commit bf3b3da6ed
3 changed files with 8 additions and 9 deletions

View file

@ -1,7 +1,7 @@
use anyhow::Result;
use git2::{Repository as LibGitRepository, RepositoryOpenFlags as LibGitRepositoryOpenFlags};
use parking_lot::Mutex;
use std::{path::Path, sync::Arc, ffi::OsStr};
use std::{ffi::OsStr, path::Path, sync::Arc};
use util::ResultExt;
#[derive(Clone)]