Fix clippy::redundant_field_names
This commit is contained in:
parent
dedcd97e92
commit
12806b7050
13 changed files with 29 additions and 29 deletions
|
@ -94,7 +94,7 @@ impl<'a> DiagnosticConverter<'a> {
|
|||
annotation_type: Self::annotation_type_for_level(self.level),
|
||||
}),
|
||||
footer: vec![],
|
||||
slices: slices,
|
||||
slices,
|
||||
})
|
||||
} else {
|
||||
// FIXME(#59346): Is it ok to return None if there's no source_map?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue