Skip to content

Commit d1ea490

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix clippy
1 parent ddf6ad1 commit d1ea490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dsc_lib/src/extensions/dscextension.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ impl DscExtension {
116116
Ok(_) => continue,
117117
Err(err) => {
118118
// For invalid manifest, we write an information and skip it
119-
info!("{}", t!("extensions.dscextension.failedLoadManifest", extension = self.type_name, path = discover_result.manifest_path.to_string(), err = err));
119+
info!("{}", t!("extensions.dscextension.failedLoadManifest", extension = self.type_name, path = discover_result.manifest_path.clone(), err = err));
120120
continue;
121121
}
122122
};

0 commit comments

Comments
 (0)