Fix clippy::redundant_field_names

This commit is contained in:
Igor Matuszewski 2019-06-25 23:22:45 +02:00
parent dedcd97e92
commit 12806b7050
13 changed files with 29 additions and 29 deletions

View file

@ -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?