1
Fork 0

Fix rebase

This commit is contained in:
Esteban Küber 2025-02-25 17:27:22 +00:00
parent a4e89deb52
commit c550bee641

View file

@ -98,7 +98,7 @@ into_diag_arg_using_display!(
); );
impl IntoDiagArg for RustcVersion { impl IntoDiagArg for RustcVersion {
fn into_diag_arg(self) -> DiagArgValue { fn into_diag_arg(self, _: &mut Option<std::path::PathBuf>) -> DiagArgValue {
DiagArgValue::Str(Cow::Owned(self.to_string())) DiagArgValue::Str(Cow::Owned(self.to_string()))
} }
} }