ci(fuzz): Fix build
This commit is contained in:
parent
4a01dd33e3
commit
6bf354a0d6
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ pub struct FileOperation<'k> {
|
||||||
|
|
||||||
impl <'k> FileOperation<'k> {
|
impl <'k> FileOperation<'k> {
|
||||||
fn get_path(&self) -> Cow<PathBuf> {
|
fn get_path(&self) -> Cow<PathBuf> {
|
||||||
match self.basic {
|
match &self.basic {
|
||||||
BasicFileOperation::WriteDirectory(_) => Cow::Owned(self.path.join("/")),
|
BasicFileOperation::WriteDirectory(_) => Cow::Owned(self.path.join("/")),
|
||||||
BasicFileOperation::MergeWithOtherFile { operations } =>
|
BasicFileOperation::MergeWithOtherFile { operations } =>
|
||||||
operations[0].0.get_path(),
|
operations[0].0.get_path(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue