dedupe 'annotate-snippets' crate versions
This commit is contained in:
parent
06f4950cbd
commit
754b52669f
4 changed files with 10 additions and 12 deletions
|
@ -183,7 +183,11 @@ impl AnnotateSnippetEmitterWriter {
|
|||
annotation_type: annotation_type_for_level(*level),
|
||||
}),
|
||||
footer: vec![],
|
||||
opt: FormatOptions { color: true, anonymized_line_numbers: self.ui_testing },
|
||||
opt: FormatOptions {
|
||||
color: true,
|
||||
anonymized_line_numbers: self.ui_testing,
|
||||
margin: None,
|
||||
},
|
||||
slices: annotated_files
|
||||
.iter()
|
||||
.map(|(source, line_index, annotations)| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue