Fix rebase
This commit is contained in:
parent
a4e89deb52
commit
c550bee641
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ into_diag_arg_using_display!(
|
|||
);
|
||||
|
||||
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()))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue